UlisesAC4 1 day ago

You can use adapters via Foreign Function Interface and interact with C++ code. The deal breaker is that memory is separated, C++ code has its own heap and Ocaml too. Quiet different to F# in which operating with C# is seamless and the runtime is the same.

1
DeathArrow 1 day ago

You can call C++ code from F#, too.