
October 9th, 2012, 09:49 PM
|
 |
Lost in code
|
|
|
|
|
If you already know C or C++, PHP will not be a difficult language to learn. The concepts, syntax and standard library are all pretty similar.
You'll probably find JavaScript to be a bit more difficult for a variety of reasons not directly related to the language itself.
Simple SQL is not difficult to learn at all because it's so simple, but more complicated SQL requires a radically different thought approach than any of the other languages you mentioned because it's a declarative language rather than a procedural one (Python, C++, PHP and JavaScript are all procedural).
|