Integration of C#, F#, IronPython and IronRuby
问题 I was told that the assembly files made from C# and F# source is interoperable as they are compiled into .NET assembly. Q1 : Does that mean that C# can call F# functions just like they are C# functions? Q2 : How about the IronPython and IronRuby? I don't see any assembly dll from the IronPython/IronRuby. Q3 : Is there any easy way to use IronPython/IronRuby functions from C# or F#? Any example code would be great. 回答1: 1) Yes. Using a simple example, in F#, I can invoke the main method of a C