Hi,

In message "[ruby-talk:6882] Ruby in Ruby"
    on 00/12/07, John Carter <john / netsys.co.za> writes:

|What is Ruby inside? A Compile to byte-code and then a byte code
|interpreter? Is there a how the Ruby Interpreter works doc in english?

Ruby compiles script into node tree, then interpreter traverse and
execute it.  It will be a byte-code interpreter in the next version.

And documentation, currently there's only one documentation, which is
written in C.  Oh, one more in my brain.

							matz.