I need to write a Haskell application that loads another Haskell plugin on the fly. A plugin is arbitrary source code, after downloading it it works for a long time, so it would be useful to somehow compile it before using it. I also think about using LLVM for this. I assume that this has definitely resolved the problem. How to do it in a reliable way?
Cartesius00
source share