|
|
|
|
|
by tremon
1021 days ago
|
|
Ruby has multiple implementations: https://github.com/planetruby/awesome-rubies The main implementations are: - MRI (aka CRuby, the reference implementation)
- mruby (lightweight embedded engine)
- JRuby (on top of the JVM)
- IronRuby (on top of the .Net stack)
|
|