top | item 43554144

(no title)

UlisesAC4 | 11 months 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.

discuss

order

DeathArrow|11 months ago

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