Hi all,
I want realize a pluggable architecture in Julia, loading dinamically some 
precompiled code from any path (for sure functions, but also types, and 
maybe entire modules).
Excluding load of source files with include(), can I load some .ji file 
containing chunks of code (also encapulated in function, types, modules) or 
- better - some indipendent precompiled code (like llvm code instead native 
code)?

Many thanks in advance for your attention

Leonardo

Reply via email to