I know JavaScript fairly well but I want to learn another language. I'm pretty much set on learning Ruby but if you think I should learn another language, feel free to add your opinion.<p>What books/websites/tutorials do you guys think I should have a look at to learn Ruby?<p>Edit: I'm also looking to learning Rails and Sinatra in addition Ruby
Ruby Koans, from the Github repo:<p>"The Ruby Koans walk you along the path to enlightenment in order to learn Ruby. The goal is to learn the Ruby language, syntax, structure, and some common functions and libraries. We also teach you culture by basing the koans on tests. Testing is not just something we pay lip service to, but something we live. Testing is essential in your quest to learn and do great things in Ruby."<p><a href="http://rubykoans.com/" rel="nofollow">http://rubykoans.com/</a>
<a href="http://learncodethehardway.org/" rel="nofollow">http://learncodethehardway.org/</a>
This is a good place to start.<p><a href="http://pine.fm/LearnToProgram/" rel="nofollow">http://pine.fm/LearnToProgram/</a>
This is another excellent resource.<p>Good luck.
Software as a Service class (Berkeley CS169.1x)
<a href="https://www.edx.org/course/berkeley/cs169-1x/software-service/1136" rel="nofollow">https://www.edx.org/course/berkeley/cs169-1x/software-servic...</a>
For Rails, you should start with the excellent Rails Tutorial<p><a href="http://ruby.railstutorial.org/" rel="nofollow">http://ruby.railstutorial.org/</a>