>> -----Original Message----- >> From: Tobias Reif [mailto:tobiasreif / pinkjuice.com] >> Hi, >> >> why will Rite feature compilation? >> >> Is it because some people want to close their sources, or is >> it because >> of speed? >> >> Tobi > > Yes, and yes. Also, don't forget "ease of distribution". I'd rather > slap a binary on someone's computer instead of having to install Ruby > and any 3rd party modules for any sort of wide scale distribution. > > Regards, Um, you'd still have to install the byte-code interpreter and any third-party C-based modules. You could wrap things into a single executable, but you can do that now without byte-code compilation. Rite's compilation will be similar to Java compilation - you make the byte-code archive, and then still have to install the VM to run it all. > > Dan