Integration of C#, F#, IronPython and IronRuby

Posted by prosseek on Stack Overflow See other posts from Stack Overflow or by prosseek
Published on 2010-06-03T19:40:57Z Indexed on 2010/06/03 19:44 UTC
Read the original article Hit count: 260

Filed under:
|
|
|
|

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#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET