Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] !RE: Re: [newbie] Can REBOL scripts be "packaged" as a .exe file?

From: maximo:meteorstudios at: 6-Aug-2003 12:20

> -----Original Message----- > From: SunandaDH [mailto:[hitme--youwish--you--had--an--email--url]] > Welcome to REBOL, Arie! > > is it possible to kind of compile REBOL scripts to an exe file? > > Sort of. The script below "compiles" a list of xxx.r scripts into a > binarized xxx.rll files:
BUT I think he meant as an executable binary file ;-) like encap does (in sdk)...
>compile script
[...] cool idea !
> All comments and unnecessary spacing is removed from the "rll" file by > mold load.
I hadn't tought of that... we learn new tricks each day ! -MAx