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

[REBOL] Re: External library interface

From: antonr:iinet:au at: 4-Jul-2003 16:14

I think max is worried that the Garbage Collector will try to free the routine! or function! (or maybe move it) before it is finished being used by the external library. As long as we have a word referring to it in rebol, then rebol should leave it alone, I think. Anton.