... I like this idea, will have to think about how to make it work though...
cheers Miller
On Wed, Apr 17, 2002 at 11:46:05AM +0200, Thomas Grill wrote:
using hyphenated class names (xeq-follow, instead of xeq_follow);
changing sys_load_lib() routine so that if passed a classname with
a hyphen, it uses only prefix name in its attempt to load a library -- which is just a few very simple lines of code, and would not break anything of what we have now.
Yes, the automatic loading by prefix is a good approach! I rather support the dot delimiter, though ;-) (maybe we can search for both...)
Thomas