Ask HN: Best Second Language after Python
1–10 of 15 posts
Re: Ask HN: Best Second Language after Python
#2It can help your web apps on the UI side, but it is going to be a major language/player in the next couple of years on the server side due to projects like node.js.
Re: Ask HN: Best Second Language after Python
#3Re: Ask HN: Best Second Language after Python
#4The advantage of learning something very different is that it will give you a much better overview, and if you ever need or want to learn yet another language, it will be that much easier.
Re: Ask HN: Best Second Language after Python
#5Haskell (or another functional language). It may not yet be as widely used industrially as some other languages, but it will improve the way you think about programming, and it is also of great practical utility. I find it the easiest of the many languages I've tried over my lifetime to get a working program in a short space of time.
Re: Ask HN: Best Second Language after Python
#6(I'm not against learning a functional language, but that direction has been recommended enough by now)
Re: Ask HN: Best Second Language after Python
#7I recommend C because it will improve your understanding of what happens below the hood. (I'm not against learning a functional language, but that direction has been recommended enough by now)
Re: Ask HN: Best Second Language after Python
#8JavaScript It can help your web apps on the UI side, but it is going to be a major language/player in the next couple of years on the server side due to projects like node.js.
Re: Ask HN: Best Second Language after Python
#9JavaScript It can help your web apps on the UI side, but it is going to be a major language/player in the next couple of years on the server side due to projects like node.js.
Why is node going to be major? I know it gets a lot of press, but AFAICT it seems to be from front end people who want to do backend programming, or from people who don't realize that there are simple COMET frameworks for other languages (eg, Tornado for Python, I;m sure one exists for Ruby).
Re: Ask HN: Best Second Language after Python
#10JavaScript It can help your web apps on the UI side, but it is going to be a major language/player in the next couple of years on the server side due to projects like node.js.