I have a Haskell RPCXML server process (HaXR) working with GHC that should execute any function it passes. These functions will be determined at run time, so the compiled server will not know about them.
Is there a way to load a function definition at runtime? The preferred method is to avoid disk I / O.
Thanks.
source share