in reply to Re^2: How can I (safely) use packages of the same name but different versions?
in thread How can I (safely) use packages of the same name but different versions?
The real problem is similar to a dynamic plugin system, but I do not want the residual effects of loading a package (permanently modifying the symbol table) that exists elsewhere.
How do you intend to avoid permanently modifying the symbol table? Why would you want that, anyway? If you don't permanently modify the symbol table won't you have to reload the entire module on each function call?
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How can I (safely) use packages of the same name but different versions?
by xevian (Sexton) on Mar 11, 2008 at 22:00 UTC | |
by samtregar (Abbot) on Mar 11, 2008 at 22:40 UTC |