Slashdot Mirror


User: Alexandre+Lemiere

Alexandre+Lemiere's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:SQL is next for me on What Programming Languages Should You Learn Next? · · Score: 1

    If you are looking for a new paradigm, definitely go for SQL, the declarative paradigm is so different than the imperative-procedural one, that some people don't consider it a programming language !
    SQL syntax is not fun and looks old style, but concepts are so powerful. Don't forget it's based on relational algebra.

    Note that you can also write procedural code with proprietary DB syntax, with cursors and so on, learn nothing new and usually be far less effective...