The first of two recent articles about Rubinius is by Giles Bowkett, who tries to get started with Rubinius compiler development. The Rubinius compiler works by traversing Ruby Abstract Syntax Tree (AST), a tree representation of the Ruby source, using ParseTree s-expressions. This means it is an array using symbols to describe the data.
Add your comment
Voters For This Link (12)
-
bloid -
murphee -
zis -
tonetheman -
bscarr -
tarellel -
docmach -
gst -
rubyminer -
vitaliel -
ksh2dzone -
michaelklishin.myopenid.com


