What is the best language to learn at this moment?
1–10 of 13 posts
Re: What is the best language to learn at this moment?
#2There 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?
#3Re: What is the best language to learn at this moment?
#4Re: What is the best language to learn at this moment?
#5Re: What is the best language to learn at this moment?
#6Re: What is the best language to learn at this moment?
#7Some 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?
#8The 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.