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

[REBOL] Re: idea for pre-processing

From: robert:muench:robertmuench at: 21-Jun-2002 15:58

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > Ammon Johnson > Sent: Thursday, June 20, 2002 9:19 PM > To: [rebol-list--rebol--com] > Subject: [REBOL] Re: idea for pre-processing > I think that he wants to be able to automatically remove debugging > lines from his code so that they don't even add the overhead of an if > statement. He is talking about stablizing, enhancing, speeding up his app > *after* debugging is done, and he is ready to release a final product to his > customers... ;-)
Hi, yep that's what I mean too. The 'if or 'version etc. would be removed after the script was send to the pre-processor/linker. The linker could include all functions used from external files through do %XYZ.r as well. This will result in one script file for distribution. Robert