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

REBOL compiler?

 [1/6] from: valentin:kaelin:webomatix at: 29-Jul-2002 16:41


Hi all Does anybody know if there is a compiler for rebol available? Yes I know, the fact that it uses an interpreter makes it more easily portable etc., but what if you like to give somebody a useful rebol application and the person has no rebol interpreter installed on her/his computer (many people will be overtaxed, just when interpreter) ? I really like rebol, but is there just one compiler out there? Cheers, Val

 [2/6] from: valentin::kaelin::ianet::ch at: 29-Jul-2002 16:38


Hi all Does anybody know if there is a compiler for rebol available? Yes I know, the fact that it uses an interpreter makes it more easily portable etc., but what if you like to give somebody a useful rebol application and the person has no rebol interpreter installed on her/his computer (many people will be overtaxed, just when interpreter) ? I really like rebol, but is there just one compiler out there? Cheers, Val

 [3/6] from: greggirwin:mindspring at: 29-Jul-2002 10:02


Hi Val, << Does anybody know if there is a compiler for rebol available? Yes I know, the fact that it uses an interpreter makes it more easily portable etc., but what if you like to give somebody a useful rebol application and the person has no rebol interpreter installed on her/his computer (many people will be overtaxed, just when interpreter) ?>> There is no compiler, and likely won't be (at least not a complete one). REBOL is very dynamic and Carl has stated that some issues might be tough to solve (like dynamically creating code segments on some platforms). In any case, you can bind your script to the interpreter with their encap tool, but you have to buy that. That gives you a single EXE deployment mechanism. --Gregg

 [4/6] from: amicom:sonic at: 29-Jul-2002 9:01


Val, REBOL/Encap is not a compiler but it does encapsulate your REBOL scripts with the executable making it a one-file standalone .exe. Contact REBOL about pricing. Bohdan "Bo" Lechnowsky Freelance Technology/REBOL Consultant At 04:41 PM 7/29/02 +0200, you wrote:

 [5/6] from: valentin:kaelin:webomatix at: 29-Jul-2002 18:55


Thanks a lot Greg and Bo! I will have to buy it ;-) Cheers, Val

 [6/6] from: ammon:rcslv at: 29-Jul-2002 11:27


Hi, There is a *compiler* available. It really just takes your code and wraps it into the compiler in the place of the desktop. There is a price to though, send an email to cindy-at-rebol-dot-com and she can get you the details, tell her you are interested in the Royalty program. HTH Ammon === Original Message === Hi all Does anybody know if there is a compiler for rebol available? Yes I know, the fact that it uses an interpreter makes it more easily portable etc., but what if you like to give somebody a useful rebol application and the person has no rebol interpreter installed on her/his computer (many people will be overtaxed, just when interpreter) ? I really like rebol, but is there just one compiler out there? Cheers, Val