Relative Content

Tag Archive for interoperability

Best way to handle language interoperability

Background In a language like F#, direct interoperability with most other .NET languages is possible. For example, it is possible to use classes written in C# directly in F#, and it is possible to call F# code directly from C#. In F#, modules are compiled to CIL instructions corresponding to static classes, ADTs to a […]