开发者

Is it possible to invoke OCaml from .NET?

开发者 https://www.devze.com 2023-04-09 20:33 出处:网络
Is it possible to 开发者_StackOverflowuse OCaml with .NET code? I would like to invoke it like C++. Or maybe there a bridge for it.Have you considered CSML?You would need to write a bit in its interf

Is it possible to 开发者_StackOverflowuse OCaml with .NET code?

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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消