Live data from Hacker News

Ask HN: Best Second Language after Python

news.ycombinator.com

11–15 of 15 posts

Re: Ask HN: Best Second Language after Python

#11
I am a Ruby convert coming from Python, perhaps if you learn Ruby you'll come the same path. You also might enjoy CoffeeScript since it borrows some aspects from python (indenting).

Beyond that c (for when you must go to the bottom of things) and JavaScript (the web language).

Re: Ask HN: Best Second Language after Python

#14
Java. Lower level language, performant cpu-bound multithreading, deep object orientation, platform independent runnables, lots of libraries, Android. Java has numerous downsides too, of course, but I'd definitely suggest to consider it as a very useful secondary language.
Post reply on HN