From: Amitraj singh Chouhan Date: 2008-05-24T15:10:51+09:00 Subject: Re: Where can I get Ruby's design architecture details Phillip Gawlowski wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Amitraj singh Chouhan wrote: > | Hi all > | I am new to this forum. Can any one please give me the indication to the > | links where I can get Ruby's design architecture details. Also please > | mention the links which are helpful for ruby developers. > > Programming Ruby, The Ruby Programming Language are probably the most > comprehensive resource on Ruby's implementation, apart from the C source > of MRI, or the Java code of JRuby. > > Your second question is too vague, please elaborate. > > > - -- > Phillip Gawlowski > Twitter: twitter.com/cynicalryan > Blog: http://justarubyist.blogspot.com > > Who will protect the public when the police violate the law? > ~ -- Ramsey Clark > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.8 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkg3rqgACgkQbtAgaoJTgL/KgQCcDVqPGH1wsR7UE0cPkWhbBp69 > HOIAoIirgkdNhLoIapihW6KlktaG5ffd > =AJ3R > -----END PGP SIGNATURE----- Thanks for the reply I want to know that if someone wants to change or modify the ruby(say want to add a new dataflow analysis to ruby) then he/she has to be aware about the ruby implementation(i.e. how the modules are arranged in the interpreter? what happens with the ruby code when we type $ruby ). Please give me some references for these. Thanks -- Posted via http://www.ruby-forum.com/.