xml rpc - Haskell XMLRPC server executing dynamically generated functions -


itemprop = "text">

I have Haskell RPCXML (HaxR) server The process runs with GHC, which requires the execution of any function that has been passed. These functions will be defined at runtime so that the collected server can not know about them.

Is there a way to load function definition on runtime?

Thanks

It seems popular these days.

However, to load the function definition, I think you have to put it in a module, or every time you use it, it needs to be re-interpreted.


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -