Is it possible to invoke OCaml from .NET?

て烟熏妆下的殇ゞ 提交于 2019-12-01 09:07:06

问题


Is it possible to use OCaml with .NET code?

I would like to invoke it like C++. Or maybe there a bridge for it.


回答1:


Have you considered CSML? You would need to write a bit in its interface description language, and then should be able to call from .NET to OCaml and vice versa.



来源:https://stackoverflow.com/questions/7592451/is-it-possible-to-invoke-ocaml-from-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!