Namespaces and Wishlist
- Posted by Bernie <xotron at PCOM.NET> Oct 24, 2000
- 493 views
-- David: Couldn't you just have a hidden internal pointer that is added to each routine when the namespace for that routine is declared. Then you could use the same name for a routine and the interpeter would look at this hidden internal pointer and know which routine to call thus eliminating any prefix. Wish List: Wouldn't it be nice if Rob would have Euphoria return a routine_id for built-in functions. Then we could modify the behavior of a function by over riding its definition but still be able to use it as the default action. Bernie