I have a program written in RPython. Is there a built-in way to import other RPython modules at runtime? Or is that some sort of upcoming feature? Basically I'm writing a language using RPython and I'm trying to figure out how to allow the user to load modules without making them create an FFI.
Timothy -- “One of the main causes of the fall of the Roman Empire was that–lacking zero–they had no way to indicate successful termination of their C programs.” (Robert Firth) _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
