From: Xavier Noria Date: 2007-01-03T18:14:51+09:00 Subject: Re: Learning how Ruby compiles etc. On Jan 3, 2007, at 9:46 AM, Jan Svitok wrote: > On 1/3/07, Tony Muler wrote: >> Hi, >> >> feeling quite at home now with the Ruby way of programming and >> with the Ruby language, I would be interested in some more >> internals. What happens when I call "ruby myapp.rb", i.e. how >> is the compiler/interpreter working? > > http://eigenclass.org/hiki.rb?ruby+internals+guide - guide to reading > ruby sources > http://rhg.rubyforge.org/ - ruby hacking guide, translation in > progress. If you know japanese look for the original version. > some of the articles at redhanded.hobix.com Does YARV change this substantially? Or perhaps it doesn't except for eval.c? -- fxn