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 220711
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:57:53+00:00 2026-05-11T18:57:53+00:00

From wikipedia’s entry on DLR , it look like the purpose of DLR is

  • 0

From wikipedia’s entry on DLR,

it look like the purpose of DLR is for using language like Python, Ruby…etc. Is that all to DLR? Is there any other benefits and why do you want to pick IronPython over C# for say ASP.net project or Winform app?

  • 1 1 Answer
  • 1 View
  • 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-11T18:57:54+00:00Added an answer on May 11, 2026 at 6:57 pm

    The CLR and its underlying execution model is optimized for statically typed languages. Pretty much all the methods in the class libraries with .NET take arguments that are more precisely typed than the root of the type system, System.Object.

    Dynamically typed languages require a different set of functionality in a runtime. They need the ability to efficiently execute dynamically typed code. For example, when a dynamically typed language calls a regular CLR class, it needs to convert and / or typecast each argument to the statically-defined type on the CLR class. If this isn’t done carefully, it can be inefficient.

    Similarly, dynamically typed languages often have an object model which isn’t easily mappable to the CLR class model with explicitly typed properties, methods, fields etc. Instead, objects are often more like hashtables, buckets of key-value pairs where the keys are strings (or symbols) and the values are methods, closures, or object values themselves. The objects (and / or their types) are often extensible at runtime as well.

    Since there are similarities between the dynamically typed languages, it would be useful for the commonality to be extracted out into a base set of functionality, to ease both interoperation and dynamic language implementation, as well as making it easier for CLR optimizations to be specifically focused on dynamic languages. The new dynamic keyword in C# is part of this: it uses mechanisms from the DLR to help interoperate with dynamically typed languages and object systems, such as COM automation objects, IronPython, IronRuby, etc.

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

Sidebar

Related Questions

I'm extracting a string from wikipedia API that initially looks like this: link text
Using this example coming from Wikipedia, in which DrawSquare() calls DrawLine() : (Note that
I rewrote the original radix sort algorithm for Python from Wikipedia using arrays from
From wikipedia: The Web Services Description Language (WSDL, pronounced 'wiz-dəl') is an XML-based language
I know from wikipedia for example that exception handling is used in an application
From Wikipedia : The idea was that once completed, the implementation of a class
From Wikipedia, here's the equation of an ellipse: I want all ellipses to have
i have the product keyword, i need images from wikipedia for that search keyword
The following image is from wikipedia entry on call stack and there is something
What would be the easiest way to get all articles about people from Wikipedia?

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.