>ron has a hacked 8c with support for dynamic loading, he did it for >python. I recently did an APE port of python with the standard 8c.
8c and 8l support dynamic loading. (a problem with python is that up to and including 2.4.x they link together modules that declare a structure incompatibly -- different offsets for the `same' fields -- which 8l detects if set up for dynamic loading.)