Asking
Only logged in members can reply and interact with the post.
Join SimilarWorlds for FREE »

Long time programmers, which two programming languages from this list do you suggest someone to learn and why?

1. JavaScript
2. C#
3. Java
4. One of your choice
This page is a permanent link to the reply below and its nested replies. See all post replies »
ninalanyon · 61-69, T
4. Nim

Oops, forgot to say why: fast compiler, type safe, fast executables, builds single file executables. Python like syntax using indentation instead of braces.
ninalanyon · 61-69, T
There is another reason for learning Nim and that is the very fact that it it is a little different from most of the rest. So while it is a perfectly usable language for both systems and applications programming the differences serve to make it clearer how things work. It is valuable as an intellectual exercise.

But if the question really meant to ask which one would be most effective at some task then you will have to specify the task.