Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions en/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,19 +193,23 @@ Here’s a list:
* [Rubinius][rubinius] is ‘Ruby written in Ruby’. Built on top of LLVM,
Rubinius sports a nifty virtual machine that other languages are being
built on top of, too.
* [MacRuby][macruby] is a Ruby that’s tightly integrated with Apple’s Cocoa
libraries for Mac OS X, allowing you to write desktop applications
with ease.
* [TruffleRuby][truffleruby] is a high performance Ruby implementation on top of
GraalVM.
* [mruby][mruby] is a lightweight implementation of the Ruby language
that can be linked and embedded within an application.
Its development is led by Ruby’s creator Yukihiro “Matz” Matsumoto.
* [MacRuby][macruby] is a Ruby that’s tightly integrated with Apple’s Cocoa
libraries for Mac OS X, allowing you to write desktop applications
with ease.
* [IronRuby][ironruby] is an implementation “tightly integrated with the .NET
Framework”.
* [MagLev][maglev] is “a fast, stable, Ruby implementation with integrated
object persistence and distributed shared cache”.
* [Cardinal][cardinal] is a “Ruby compiler for [Parrot][parrot] Virtual Machine”
(Perl 6).

For a more complete list, see [Awesome Rubies][awesome-rubies].

### References

<sup>1</sup> Matz, speaking on the Ruby-Talk mailing list, [May 12th,
Expand All @@ -230,9 +234,11 @@ Here’s a list:
[tiobe]: http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
[jruby]: http://jruby.org
[rubinius]: http://rubini.us
[truffleruby]: https://github.com/oracle/truffleruby
[macruby]: http://www.macruby.org
[mruby]: http://www.mruby.org/
[ironruby]: http://www.ironruby.net
[maglev]: http://maglev.github.io
[cardinal]: https://github.com/parrot/cardinal
[parrot]: http://parrot.org
[awesome-rubies]: https://github.com/planetruby/awesome-rubies