Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 817553
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T02:00:40+00:00 2026-05-15T02:00:40+00:00

I was told that the assembly files made from C# and F# source is

  • 0

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 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T02:00:40+00:00Added an answer on May 15, 2026 at 2:00 am

    1) Yes. Using a simple example, in F#, I can invoke the main method of a C# console app:

    open SampleApp
    
    SampleApp.Program.Main([| "Hello"; "World" |])
    

    2) For the DLR, I think things are a bit different. I believe this is how you would execute Python (for example);

    ScriptEngine engine = Python.CreateEngine();
    ScriptSource script = engine.CreateScriptFromSourceFile("myPythonScript.py");
    ScriptScope scope = engine.CreateScope();
    
    script.Execute(scope);
    

    My syntax may be off a bit – but you should be able to get the gist.

    3) You need to download some special DLR DLLs – and then reference them in your C# / F# application in order to be interoperable. They should be available from the Microsoft DLR site.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was told that Microsoft has released reference source code for some .NET libraries
I've been told that I should include PAD files with the freeware applications I
I am told that good developers can spot/utilize the difference between Null and False
I've always been told that adding an element to an array happens like this:
I have been told that there is a performance difference between the following code
I'm told that the template system in C++ is Turing-complete at compile time. This
I am told that SQL Server 2005 installation with BI tools and SQL Server
I've been told that the java class TreeMap uses an implementation of a RB
I was told that decimal is implemented as user defined type and other c#
EDIT: I'm told that making you guys read means I get less attention. My

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.