
Official website (https://www.ruby-lang.org/)
Ruby MRI
Sign in to saveinterpreter for the Ruby programming language
Official website

Link to the official site · 15,588 chars · not written by Vinony
Source code
Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system tasks. It is simple, straightforward, and extensible. Simple Syntax Normal Object-oriented Features (e.g. class, method calls) Advanced Object-oriented Features (e.g. mix-in, singleton-method) Operator Overloading Exception Handling Iterators and Closures Garbage Collection Dynamic Loading of Object Files (on some architectures) Highly Portable (works on many Unix-like/POSIX compatible platforms as well as Windows, macOS, etc.) cf. You can download release packages and the snapshot of the repository. If you want to download whole versions of Ruby, please visit There are some other branches under development. Try the following command to see the list of branches: You may also want to use (actual master of Ruby source) if you are a committer. Ruby was originally designed and developed by Yukihiro Matsumoto (Matz) in 1995.
Excerpt from the source-code README · 3,462 chars · not written by Vinony
Article · Français
Ruby MRI (de l'anglais Matz's Ruby Interpreter, parfois appelé CRuby) est l'implémentation de référence du langage de programmation Ruby. Jusqu'à la standardisation du langage en 2011 (JIS X 3017:2011) et en 2012 (ISO 30170:2012), l'implémentation MRI était considérée de facto comme la référence. Le projet RubySpec a permis de réaliser une vaste série de tests sur le comportement des versions 1.8.6/1.8.7/1.9, en faisant un outil de conformité de référence. En janvier 2014, la dernière version stable est Ruby 2.1.0.
Abstract from DBpedia / Wikipedia · CC BY-SA