|
|
Home > Developer Tools
> Ruby Programming Language
 |
Old Version of Ruby Programming Language |
Software Overview
Website: http://www.ruby-lang.org/
Software Provider: Yukihiro Matsumoto
Current Version: Ruby Programming Language 1.8.6
Operating Systems: Windows 98, 2000, XP, Vista
License: Freeware
Newer Version? Incorrect Information? Tell us!
Thank you for keeping us up-to-date.
Please do not send us technical questions, instead ask them in Forums.
|
|
|
| Ruby 1.9.2 (11.88 MB) (24 August, 2010) |
| Ruby 1.9.1 (10.72 MB) (20 August, 2010) |
| Ruby 1.8.7 (9.96 MB) (16 August, 2010) |
| Ruby 1.8.6 Build 25 (22.86 MB) (18 March, 2007) |
| Ruby 1.8.5 Build 24 (22.75 MB) (18 February, 2007) |
| Ruby 1.8.5 Build 23 (22.67 MB) (18 February, 2007) |
| Ruby 1.8.5 Build 22 (22.65 MB) (10 February, 2007) |
| Ruby 1.8.5 Build 21 (26.36 MB) (29 August, 2006) |
| Ruby 1.8.4 Build 20 (27.28 MB) (24 July, 2006) |
| Ruby 1.8.4 Build 19 (24.41 MB) (08 July, 2006) |
| Ruby 1.8.2 Build 14 (12.5 MB) (01 January, 2005) |
| Ruby 1.8.1 Build 13 (9.42 MB) (08 May, 2004) |
| Ruby 1.8.1 Build 12 (9.05 MB) (17 April, 2004) |
| Ruby 1.8.1 Build 11 (9.25 MB) (17 April, 2004) |
| Ruby 1.8.0 Build 10 (8.69 MB) (17 April, 2004) |
| Ruby 1.7.3 Build 8 (7.8 MB) (17 April, 2004) |
| Ruby 1.6.8 Build 8 (7.78 MB) (17 April, 2004) |
|
|
About Ruby Programming Language : Ruby is a reflective, dynamic, object-oriented programming language. It combines syntax inspired by Perl with Smalltalk-like object-oriented features, and also shares some features with Python, Lisp, Dylan and CLU. Ruby is a single-pass interpreted language. Its main implementation is free software.
Ruby Programming Language Features
- Ruby has simple syntax, partially inspired by Eiffel and Ada.
- Ruby has exception handling features, like Java or Python, to make it easy to handle errors.
- Ruby's operators are syntax sugar for the methods. You can redefine them easily.
- Ruby is a complete, full, pure object oriented language: OOL. This means all data in Ruby is an object, in the sense of Smalltalk: no exceptions. Example: In Ruby, the number 1 is an instance of class Fixnum.
|
|