Python's/JavaScript's/Ruby's Power-Codes | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

10th Mar 2017, 5:15 PM
Josephine Smith
Josephine Smith - avatar
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
10th Mar 2017, 5:20 PM
Jafca
Jafca - avatar
+ 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.
5th Jan 2018, 8:30 PM
Jacob Pembleton
Jacob Pembleton - avatar