Re: Namespaces
- Posted by "Kat" <gertie at visionsix.com> Jun 09, 2004
- 655 views
On 9 Jun 2004, at 4:04, Matt Lewis wrote: > > > posted by: Matt Lewis <matthewwalkerlewis at yahoo.com> > > Robert Craig wrote: > > > > > > irv mullins wrote: > > > But in reality, all this discussion is just something to fill idle > > > moments; > > > I don't expect to see any improvement in the way namespacing works. > > > > There will be some improvement in the way namespacing works > > in 2.5. Remember the small change that Matt Lewis suggested > > way back when? I haven't forgotten about it. > > To be fair, I didn't suggest it, but I implemented it using the Euphoria > source code. I'm not sure who first suggested it (Pete maybe?). I don't remember who asked for namespaced functions, but i was prolly the first to ask for namespaced vars, for access to the name list of vars, for ability to build var-names in the program dynamically, and for a trap to know when a var was changed and to execute code at that time. For now, anyone wanting to do these things needs to use associated lists. Kat