From: Brian G. <br...@qu...> - 2003-07-26 01:05:34
|
>I don't really get this. The way it works now is simple: Simpler than that, actually: >when resolving a variable reference: > >- check if the variable is in the context >- if yes, return the variable >- if not, check if it is a tool. >- if not, return undefined >- if yes, check if it has been initialized >- if no, initialize it >- else return the tool Actually, its "if its a tool, initialize it and put it in the context." Then, subsequent passes through, it gets returned by step 1. >Let's take things one step at a time. First let's allow tools to be >dynamically deployed and discovered using the new super duper thread-safe >map. I think everybody likes this idea. Then we can hash out any >optimizations or simplifications on how they are accessed from the context. You speak wisely. -- Brian Goetz Quiotix Corporation br...@qu... Tel: 650-843-1300 Fax: 650-324-8032 http://www.quiotix.com |