Hi! If Ikarus is a compiler then why not to precompile each library as python does? Python compiles modules on first use and then uses precompiled version until source code is modified. Even more: it is possible to use precompiled modules without source code which is very important when distributing release without source code.
Is it possible/reasonable to implement the same for ikarus ? -- Bogdan
