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