+ 16
Python's/JavaScript's/Ruby's Power-Codes
You generally can get a lot more done faster with a few lines of codes of these languages(dynamic-languages) than you can probably get done with other static language based codes like c/c++. I know it comes down to Performance vs Quick prototype completion well known argument, but I prefer dynamic languages and was wondering which you guys preferred.
2 Answers
+ 16
I haven't actually used these languages for their deployment or performance speed but I prefer static languages (like C#) because they are strongly-typed and I feel safer when using them.
Although I like messing around with dynamic languages as they're much better for challenges like Code Golf
+ 1
I hate high level languages. They produce worse, slower results and I enjoy the challenge of working with lower level languages. Also, it bothers me that interpreted languages actually exist. They can easily be compiled into a language like C++ which would make them much faster and still be easier to use.