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

[REBOL] Re: Context and Rebol call

From: Izkata::Comcast::net at: 14-Oct-2004 17:23

> It looks like, after rebol.exe starts, it loads, in order: > - a whole bunch of windows DLL's > > then the following files: > - license.key > - rebol.r > - user.r > > What strikes me as strange, is, *before* the DLL's are loaded, > lots of directories in the public cache (only the ones that > I reference by doing my user.r) are scanned. > Perhaps this is rebol's LOAD phase, which verifies all the > file paths ??! then later the files are actually done. > I'm at a loss to how to explain this at the moment. :) >
Yeah, it seems that it loads the %user.r file before -anything- else... It even loads it before it prints the {REBOL/View 1.2.46.3.1 6-Apr-2004 Core 2.6.0} line...