Is it possible to invoke OCaml from .NET?

前端 未结 1 1084
小蘑菇
小蘑菇 2021-01-15 00:05

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条回答
  • 2021-01-15 00:53

    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 讨论(0)
提交回复
热议问题