Live data from Hacker News

What is the best language to learn at this moment?

news.ycombinator.com

1–10 of 13 posts

What is the best language to learn at this moment?

#1
I used to write html and was in a magazine way back in 1995. After joining the service and doing other things for the last several years, I have forgotten most of what I learned during that time period. However, I have constantly kept up to date with the user-facing side of technology. I would like to learn a programming language. What is the best language to learn, and in what way can I help and contribute in that language in 2013 and beyond? I used to spend hours coding html back in the day when I was a kid, and those were the best times of my life...I seem to have lost it, but the fire still burns.

Re: What is the best language to learn at this moment?

#2
If you are looking at web languages, you can't really go wrong with PHP, Ruby or Python.

There are many tutorials and screencasts of the various frameworks for the different languages.

Main thing is to just try them all out and see which clicks for you.

Enjoy.

Edit: And Javascript!

Re: What is the best language to learn at this moment?

#3
If you are looking to do web, learn Javascript the future of the web is moving to platforms that expose themselves as JSON services and Javascript/HTML application consuming those services to create workflows ontop of a mixture of those platforms. Javascript has become an essential language to the future of the web.

Re: What is the best language to learn at this moment?

#7
You're mentioning HTML so it seems that you're more into web. I'd recommend: Python, Ruby and Javascript.

Some would say Python or Ruby. I suggest both. Once you learn one, it's very easy to pick up the other. As much as their similar, their library support and tools make them useful for different purposes as much as the same purposes. To go into a little detail, if you're building a website with some offline or non-web aspects, go with Python. If what you want to build is entirely on the web, go with Ruby on Rails / Sinatra. With these skills, you can build awesome web apps and tap into the huge library support of Python for non-web related issues.

Finally, you just have to learn Javascript if you want to dive into web. Start with pure Javascript, some jQuery and pick a library (Backbone, Ember etc...) and learn it.

Re: What is the best language to learn at this moment?

#8
Python and Javascript will probably still be around with a healthy ecosystem long after the current (and next) trends die, so they'd be safe bets, in my opinion.

The other languages and frameworks are neat, but I can't help thinking the above will be around long after the current and next trends die.

Post reply on HN