Tag: Ruby Implementations

There are several implementations of Ruby, usually known as “Ruby Virtual Machines”. VMs typically differ in what underlying runtime they target (such as JRuby for the Java Virtual Machine), in their implementation philosophy, or in prioritizing certain features such as a lower memory footprint.

A discussion of Ruby implementations is found at Wikipedia.

Some of the more popular Ruby implementations: