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

[REBOL] Re: idea for pre-processing

From: ammon:rcslv at: 21-Jun-2002 13:19

Hi, I would recomend that you don't do a source scan for used functions, that would get tricky, but rather have something like a header field: REBOL[ Author: "Yoda" email: [yoda--starwars--com] purpose: {To demonstrate the linker} import-functions:[%my-library.r [this-func that-func]] ] this-func that-func print 'wonderful example! ;-)" Enjoy!! Ammon On Friday 21 June 2002 01:46 pm, Robert M. Muench wrote: