Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可以用 Haskell 实现代码热交换吗?我正在阅读有关 Erlang 的文章,这引起了我的兴趣,我想将这些功能与 Haskell 一起使用。
请参阅dyre包,它正是为这种目的而设计的。还有hotswap,不过几年没更新了。
Cabal 中有一个plugins包,它提供了加载插件代码的工具。但总的来说,Haskell 比动态的、字节码驱动的 Erlang 更反对在运行时更改代码。
plugins