Haskell XMLRPC 服务器执行动态生成的函数

发布于 2024-08-20 11:00:58 字数 146 浏览 7 评论 0原文

我有一个 Haskell RPCXML (HaXR) 服务器进程,使用 GHC 运行,需要执行它传递的任何函数。这些函数都将在运行时定义,因此编译的服务器不会知道它们。

有没有办法在运行时加载函数定义?避免磁盘 IO 的方法是更好的选择。

谢谢。

I have a Haskell RPCXML (HaXR) server process, run with GHC, that needs to execute any function that it's passed. These functions will all be defined at runtime so the compiled server won't know about them.

Is there a way to load a function definition at runtime? A method that avoids disk IO is preferable.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回忆追雨的时光 2024-08-27 11:00:58

hint 最近似乎很流行。

尽管要加载函数定义,我认为您要么必须将其放入模块中,要么每次使用时重新解释它。

hint seems to be popular these days.

Although to load a function definition I think you will either have to put it into a module, or re-interpret it every time you use it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文