Remix.run Logo
UlisesAC4 2 days 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.

DeathArrow 2 days ago | parent [-]

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