是否有一个 .NET 框架支持 Erlang 的“移动代码”概念?
换句话说,“闭包及其(IL 代码)依赖项集的序列化框架”。
In other words, "A serialization framework for closures and their set of (IL-code) dependencies".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 F#,我认为它是最接近 Erlang 或其他函数式语言的“原生”.NET 语言。
Check out F#, I think that's the closest "native" .NET language to Erlang or the other functional languages.
Nessos.Vagabond 看起来像是第一个实现 .NET 代码动态序列化、分发和远程执行的 .NET 框架:
http://nessos.github.io/Vagabond/
Nessos.Vagabond looks like the first .NET framework that implements dynamic serialization, distribution, and remote execution of .NET code:
http://nessos.github.io/Vagabond/