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

  • SEARCH
  • Home
  • 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 3283876
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T20:05:29+00:00 2026-05-17T20:05:29+00:00

Is it okay to start using Iron Ruby and Iron Python in production systems?

  • 0

Is it okay to start using Iron Ruby and Iron Python in production systems? Also, are there any additional requirements for hosting them?

And, for the bonus points, given that F# is a functional programming language in the same way that Python is, is there any advantage to using one over the other within the .NET framework?

  • 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-17T20:05:29+00:00Added an answer on May 17, 2026 at 8:05 pm

    Is it okay to start using Iron Ruby and Iron Python in production systems?

    Yes. I am responsible for a software system that runs 24/7/365. Not Life-Or-Death critical, but lots-of-money critical. And it uses IronPython, although not much of – mostly little scriplets for things that are easier to do in a dynamic language. That means: It works, it doesn’t crash your process or eat insane amounts of memory for no good reason. But the user base and the “language community” are far smaller than e.g. C#, so it might be harder to find help online.

    Add: About the “MS dropped Iron*”-news: I really wouldn’t care to much about that. There are many good languages that aren’t actively developed by Microsoft. As long as there is active development, as long as it does what you want it to do and as long as you can find support if you can’t understand what’s going on, you should be fine. But that’s probably more a matter of taste than a technical point.

    Also, are there any additional requirements for hosting them?

    For IronPython 1.0 (which is still usable) you only need two assemblies. For 2.0, you also need the DLR assemblies, but neither of them are very big or have any external dependencies (that I’m aware of).

    And, for the bonus points, given that F# is a functional programming language in the same way that Python is, is there any advantage to using one over the other within the .NET framework?

    As delnan said, F# is a functional language, Python is not. Python is a multiparadigm language that supports some functional programming concepts like lambda expressions or list comprehensions, but so does C#. F# and Python are really very different beasts.

    The main differences are:

    • F# is compiled to IL by the F# compiler (it’s not a dynamic language), IronPython can be compiled or interpreted at runtime
    • F# is statically typed with type inference, Python is dynamically typed (type checking is done at run time)
    • F# is a functional language: It supports things like pattern matching, higher-order functions and -types, metaprogramming. It’s really great if you need to implement a highly complex algorithm that can be easier implemented in a functional language, and you want to interface with C# code. (The last part is my personal view.)
    • Python is primarily a OOP/imperative language. It’s really great for adding scripting to an existing C# application. (The last part is my personal view.)

    If you tell us more about what you want to do, maybe we can give you more specific input or suggest other alternatives.

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

Sidebar

Related Questions

No related questions found

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.