Re: Ideas On what a SV is

2000-08-12 Thread Chaim Frenkel
"DS" == Dan Sugalski [EMAIL PROTECTED] writes: DS At 10:26 PM 8/12/00 -0400, Chaim Frenkel wrote: If we are going to have pre-compiled modules (bytecode or machine) why bother with AUTOLOAD? The "registry" would handle the 'autoloading' DS It can't, though. We don't know at compile time

Re: Ideas On what a SV is

2000-08-11 Thread Dave Storrs
On Fri, 11 Aug 2000, David L. Nicol wrote: [...] Redefining a method during run time --- is that even a feature that needs to be supported? I think so. A couple of examples are the Memoize module, which works by rewriting your memoized function into something that uses caching,