Talk:Dynamic Language Runtime: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 15:
 
Also could somebody describe emphasise the difference between https://github.com/IronLanguages/dlr and DLR shipped with .NET? Does GitHub repo contain only this not included in .net stuff ("few additional features for language implementers") or they overlap in some way?
 
On old CodePlex site for the project the following information can be read which would suggest that indeed only additional stuff is remaining in https://github.com/IronLanguages/dlr and the rest is laying in .Net Core/Roslyn repos:
 
"NEWS: Because the DLR is in the C#/Roslyn team (since before C# 4.0), parts of the DLR have moved to github* and are now fully open source as part of the .NET Core project and Roslyn."
* by github they mean .net core/roslyn github repos as far as I understand