We have seen posts about the things you hate about programming languages, and the things you love about programming languages, but we have not had a post like this yet.
What are your personal opinions (based on your own experience) about different programming languages you have used?
Here are some of my "IMHO" -
Python
Great learning tool for beginner programmers. Completely worthless with out third party addons (which often times are badly documented)
LSL
Syntax just like if you ripped out "implements" from Java, and turned it into it's own language. Really frustrating having the same function used as a return type for so many different calls !!! Boolean nightmare to get this language to work right.
AWCode
Very obscure language that is quite helpful in 3D space, but completely useless anywhere else
JavaScript
I very rarely use it, as I find PHP more helpful when doing web sites. Even when doing <canvas> functions, I end up with PHP spitting out JavaScript code.
PHP
Best web development language I have ever used. Easy language, and very versatile. Also over 80% of all sites on the web use PHP
Java
Best language for developing "everyday" applications, and 2D games. Runs on almost every computer. Excellent native libraries with all the programming tools I need.
C++
Good language for "process intensive" programs, however is overkill for what a lot of folks use it for. Painfully slow to develop with. Language structure makes it very easy to write "spaghetti code". A nightmare to debug.
FORTH
I ran across this language in a MineCraft mod. Why do people still use something this outdated ?!
Lua
It's a boring scripting language. Feels like some one rewrote Python with a few minor language changes.
Ruby
A train wreck of syntax. It is weird to use, as I feel like it's a mix of Python, PHP, and C++ that was thrown into a blender. I think this language would have died out long ago if it wasn't for Rails .
C#
This language feels like a complete mess - often times being counterintuitive