Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / CLR / July 2007

Tip: Looking for answers? Try searching our database.

What is DLR

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Muhammad Ali - 24 Jul 2007 19:27 GMT
Hi,

while surfing i got some blog about IronRuby from where i get to know
about DLR. I started reading it from

http://blogs.msdn.com/hugunin/archive/2007/04/30/a-dynamic-language-runtime-dlr.aspx

But i am confuse about the purpose of it ... "The essential benefits
of the DLR are about sharing. It lets language implementers share
standard features rather than rebuilding them from scratch. This lets
them focus on the features that make a given language unique rather
than on reinventing yet another GC system."

these are the features that a DLR have for new language, but isn't
these things are being handled by CLR? I am novice to .NET and
whatever i learned was that "whatever we write in C# or VB or anything
will ultimately converted into lower language for CLR" so then why
Python, JavaScript, Ruby are using DLR as another layer?

cheers,
..alee
Jon Skeet [C# MVP] - 24 Jul 2007 19:59 GMT
> while surfing i got some blog about IronRuby from where i get to know
> about DLR. I started reading it from
[quoted text clipped - 12 lines]
> will ultimately converted into lower language for CLR" so then why
> Python, JavaScript, Ruby are using DLR as another layer?

Dynamic languages need features which aren't directly provided by the
CLR. Rather than making the CLR itself implement them (which would be
burdensome on the CLR), or implementing them independently for each
dynamic language, the DLR is a common extra platform layer for many
dynamic languages.

Signature

Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet   Blog: http://www.msmvps.com/jon.skeet
If replying to the group, please do not mail me too


Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.