Comment on A brief introduction to OCamlparentComments−rpeden11yC interop is quite easy from .NET languages. Here's a simple example in F#:https://msdn.microsoft.com/en-us/library/dd393785.aspxThat example is a bit Windows specific, but it works similarly with Mono on Linux and OS X:http://www.mono-project.com/docs/advanced/pinvoke/Those examples there are in C#, but PInvoke works almost identically in F#.
Comments
C interop is quite easy from .NET languages. Here's a simple example in F#:
https://msdn.microsoft.com/en-us/library/dd393785.aspx
That example is a bit Windows specific, but it works similarly with Mono on Linux and OS X:
http://www.mono-project.com/docs/advanced/pinvoke/
Those examples there are in C#, but PInvoke works almost identically in F#.