@@ -193,19 +193,23 @@ Here’s a list:
193
193
* [ Rubinius] [ rubinius ] is ‘Ruby written in Ruby’. Built on top of LLVM,
194
194
Rubinius sports a nifty virtual machine that other languages are being
195
195
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.
199
198
* [ mruby] [ mruby ] is a lightweight implementation of the Ruby language
200
199
that can be linked and embedded within an application.
201
200
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.
202
204
* [ IronRuby] [ ironruby ] is an implementation “tightly integrated with the .NET
203
205
Framework”.
204
206
* [ MagLev] [ maglev ] is “a fast, stable, Ruby implementation with integrated
205
207
object persistence and distributed shared cache”.
206
208
* [ Cardinal] [ cardinal ] is a “Ruby compiler for [ Parrot] [ parrot ] Virtual Machine”
207
209
(Perl 6).
208
210
211
+ For a more complete list, see [ Awesome Rubies] [ awesome-rubies ] .
212
+
209
213
### References
210
214
211
215
<sup >1</sup > Matz, speaking on the Ruby-Talk mailing list, [ May 12th,
@@ -230,9 +234,11 @@ Here’s a list:
230
234
[ tiobe ] : http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
231
235
[ jruby ] : http://jruby.org
232
236
[ rubinius ] : http://rubini.us
237
+ [ truffleruby ] : https://github.com/oracle/truffleruby
233
238
[ macruby ] : http://www.macruby.org
234
239
[ mruby ] : http://www.mruby.org/
235
240
[ ironruby ] : http://www.ironruby.net
236
241
[ maglev ] : http://maglev.github.io
237
242
[ cardinal ] : https://github.com/parrot/cardinal
238
243
[ parrot ] : http://parrot.org
244
+ [ awesome-rubies ] : https://github.com/planetruby/awesome-rubies
0 commit comments