Talk:Dynamic Language Runtime: Difference between revisions

Content deleted Content added
No edit summary
Cewbot (talk | contribs)
m Maintain {{WPBS}} and vital articles: 2 WikiProject templates. Create {{WPBS}}. Keep majority rating "C" in {{WPBS}}. Remove 2 same ratings as {{WPBS}} in {{WikiProject Computing}}, {{WikiProject Microsoft}}.
 
(5 intermediate revisions by 2 users not shown)
Line 1:
{{WikiProject Computingbanner shell|class=C|
{{WikiProject Computing |importance=Low |software=y |software-importance=Low}}
{{WikiProject Microsoft |class=C |importance=Low}}
}}
 
==Since in dynamic languages==
Line 14 ⟶ 17:
^ This information seems to be outdated - the repository https://github.com/IronLanguages/dlr contains commits from recent dates.
 
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 has moved to .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 <!-- Template:Unsigned IP --><small class="autosigned">—&nbsp;Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/5.173.248.83|5.173.248.83]] ([[User talk:5.173.248.83#top|talk]]) 20:49, 22 March 2020 (UTC)</small> <!--Autosigned by SineBot-->
--[[Special:Contributions/5.173.248.83|5.173.248.83]] ([[User talk:5.173.248.83|talk]]) 21:01, 22 March 2020 (UTC) Milosz
 
I asked on DLR's Gitter and got an answer: "The DLR repo contains the extra stuff that was not moved to the BCL (System.Linq.Expressions)"