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

[REBOL] Re: link to background on Rebol language design?

From: brett:codeconscious at: 23-Aug-2003 11:12

> > Hi, this leads me to a question: Is it possible to list all contexts a > > word! is defined in? I know that there are a lot of anonymous > > contexts, > > I do not think its possible, since each word stores its context locally...
we'd have to get a pointer to all contexts in ram. I believe Ladislav worked out how something like this can be done. I think he iterated through all the words in the dictionary and tested them to see what other words were in the same context. Just developing the test is clever. Unfortunately I don't know where to find his site now. Regards, Brett.