Skip to content

Commit f9622d5

Browse files
committed
Add TruffleRuby to the list of Ruby implementations
* Move MacRuby below mruby since it is not actively developed. * Add a link to Awesome Rubies for a more exhaustive list.
1 parent cc8da64 commit f9622d5

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

en/about/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,19 +193,23 @@ Here’s a list:
193193
* [Rubinius][rubinius] is ‘Ruby written in Ruby’. Built on top of LLVM,
194194
Rubinius sports a nifty virtual machine that other languages are being
195195
built on top of, too.
196-
* [MacRuby][macruby] is a Ruby that’s tightly integrated with Apple’s Cocoa
197-
libraries for Mac OS X, allowing you to write desktop applications
198-
with ease.
196+
* [TruffleRuby][truffleruby] is a high performance Ruby implementation on top of
197+
GraalVM.
199198
* [mruby][mruby] is a lightweight implementation of the Ruby language
200199
that can be linked and embedded within an application.
201200
Its development is led by Ruby’s creator Yukihiro “Matz” Matsumoto.
201+
* [MacRuby][macruby] is a Ruby that’s tightly integrated with Apple’s Cocoa
202+
libraries for Mac OS X, allowing you to write desktop applications
203+
with ease.
202204
* [IronRuby][ironruby] is an implementation “tightly integrated with the .NET
203205
Framework”.
204206
* [MagLev][maglev] is “a fast, stable, Ruby implementation with integrated
205207
object persistence and distributed shared cache”.
206208
* [Cardinal][cardinal] is a “Ruby compiler for [Parrot][parrot] Virtual Machine”
207209
(Perl 6).
208210

211+
For a more complete list, see [Awesome Rubies][awesome-rubies].
212+
209213
### References
210214

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

0 commit comments

Comments
 (0)