The Ruby Programming Language
From the Ruby website:
A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
I recommend that all new projects start with Ruby version 3.x or greater.
Related Posts
- Being explicit with your code
- RubyGem Version Specifiers
- Ruby/Rails Compatibility Matrix
- Ruby's catch/throw, goto's little brother
- Rails 4.0 will drop support for Ruby 1.8.7
- Improving your skills by reading commits
- Concurrency in Ruby 1.9
- Ruby Core Team: Dude, Ruby 1.8 is dead, really
- Playing with Google Go
- Understanding Ruby Singleton Classes