From: Richard Lyman Date: 2004-08-09T04:49:02+09:00 Subject: Re: executable file generated by exerb Yes, you can see your code inside an EXE that was 'packaged' by exerb (just open it in any text editor). I say packaged - since it's not really 'compilation'... compilation to _me_ means that it is transformed into a different type of file... it's really just packaged. The reason I use Exerb is so that I can distribute my applications and call them an 'EXE'. It puts users at rest, and simplifies issues of installing runtimes, version control etc. -Rich On Sun, 8 Aug 2004 09:10:32 +0900, Bill Kelly wrote: > Hi, > > From: "Gene Leung" > > > > I wonder the ruby source code can still be seen after the code compiled > > by exerb ? > > Currently the source is visible inside the .exe... > > There is speculation that exerb might be going to use > bruby to store the compiled AST data instead of the > textual source, sometime in the future. (I'm interested > in this too - so I need to join the exerb mailing list > and ask, I guess :) > > Some speculation at: > http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/107651 > > Regards, > > Bill > >