evanphx / rubinius

Rubinius, the Ruby VM

This URL has Read+Write access

schreiber.arthur@gmail.com (author)
Mon Aug 13 16:30:09 -0700 2007
commit  af245dfbc80ff942de62408e70db7499a798fb0a
tree    18d61f84c820e583ed14360e6bd1f3976baedb0c
parent  b946940f463028de067ef2e082c96fe431c94b0a
rubinius / hashi
name age message
..
file README Loading commit data...
file exception.rb
file hashi.rb
file tuple.rb
hashi/README
This directory contains files that implement essential features of
the Rubinius bootstrap library. The goal is to enable the Rubinius
core libraries to be run on other implementations like MRI and
JRuby.

This is an experiment. We don't know if this will work. Also, you
can probably expect this to be quite slow, since for example, we
will not use any of the data structures of the target implementation.
For example, in Rubinius the Tuple is a core data structure implemented
in the VM. We model the Tuple as a linked-list where each node is a
Ruby object.