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

[REBOL] Re: Build Package

From: jelinem1::nationwide::com at: 9-Jul-2001 9:29

I've created a REBOL pre-processor which will recognize words and perform substitution; with some modification I imagine that one could implement macros with this. Yes, with modification, it could "include" other-script files also. Send me an email if you are interested in getting a copy of the code. - Michael [jelinem1--lnotes-gw--ent--nwie--net] (yes, lotus notes - bleccch!) From: "Robert M. Muench" <[robert--muench--robertmuench--de]>@rebol.com on 07/07/2001 04:15 AM Please respond to [rebol-list--rebol--com] Sent by: [rebol-bounce--rebol--com] To: <[rebol-list--rebol--com]> cc: Subject: [REBOL] Re: Build Package
> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]]On Behalf Of > Carl Sassenrath > Sent: Saturday, July 07, 2001 4:38 AM > To: [rebol-list--rebol--com] > Subject: [REBOL] Build Package > Here is a utility that will come in handy if you are working > on a large REBOL program that includes multiple files, but > you want a single file to distribute.
Hi, this very handy, it makes distribution a lot easier :-)) but I think the scripts will be devided again at the target site, right? How about expanding it to become a pre-processor, which allows me to integrate several scripts from my development machine into a single file, and this single file is than distributed and run on the target site. Anyone interested? Please note: I once asked this on the list, and someone answered with a nice approach, but I don't have any time at the moment to create a useful Rebol pre-processor... Robert