0
Which language seems to be easier?
I 'd like to know which language you prefer, which one is easier o difficult and why. My first language was Java and now that I'm learning more and more about others, I've discovered some like Ruby that are very easy to learn.
1 Resposta
0
python is the easiest to learn, read and use. ruby was influenced by python, so it's easy to learn too.
honestly i love python3, it's a joy to program with and it's possible to do things way faster than in other languages. i made a card sorting algorithm in one line, that takes any number of cards, sorts them and even nicely formats the output. another C-like language took ~90 lines.
even though distributing your applications in an executable is kind of tricky.