Plugins module
Allows dynamic loading of functions from external modules.
Modules must have been compiled with -dynamic.
Data types
Exceptions
Functions
- Void close(Module mod) - Close an external module
- fn getFn(Module mod,String fname,fn proto) - Load and cbeck a function from an external module
- fn getFnUnchecked(Module mod,String fn) - Load a function from an external module
- Module load(String path) - Load an external module.
- a prototype() - Empty function definition