Re: Creating and using a .DLL/.SO?
- Posted by mattlewis (admin) Dec 26, 2008
- 1099 views
jeremy said...
That seems like a nice way to simply include compiled code, however, it does not allow any type of dynamic module loading.
Yes, true dynamic module loading is going to require an eval-like capability, I think, though I suspect that some of the stuff that will need to be developed for the transparent use of translated code will probably be useful for eval stuff, too.
Matt