Is DLR 0.9 supported by Microsoft in a production environment - Stack Overflow most recent 30 from stackoverflow.com2009-11-30T01:24:48Zhttp://stackoverflow.com/feeds/question/831526http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/831526/is-dlr-0-9-supported-by-microsoft-in-a-production-environment2Is DLR 0.9 supported by Microsoft in a production environmentAdrian Stoica2009-05-06T20:15:12Z2009-10-04T14:28:48Z
<p>I know that DLR will be released together with C# 4.0, but I don't know when that will happen. In the meantime if somebody wants to use DLR in a production environment (nothing hardware-real-time-system), should he/she consider postponing it until C# 4.0 comes out? </p>
<p>What I'm asking: is the existing version 0.9 supported by Microsoft?</p>
http://stackoverflow.com/questions/831526/is-dlr-0-9-supported-by-microsoft-in-a-production-environment/935460#9354601Answer by Curt Hagenlocher for Is DLR 0.9 supported by Microsoft in a production environmentCurt Hagenlocher2009-06-01T15:58:23Z2009-06-01T15:58:23Z<p>If by "support" you mean Microsoft CSS (Customer Support Services) then no, DLR 0.9 is not supported. But there's pretty good community support in places like the <a href="http://www.codeplex.com/dlr" rel="nofollow">CodePlex DLR</a> site and the IronPython and IronRuby mailing lists -- including support by some of the DLR developers.</p>
http://stackoverflow.com/questions/831526/is-dlr-0-9-supported-by-microsoft-in-a-production-environment/1337037#13370371Answer by DodyG for Is DLR 0.9 supported by Microsoft in a production environmentDodyG2009-08-26T19:44:36Z2009-08-26T19:44:36Z<p>I presume that you will be using languages that rely on DLR. Right now IronPython 2.0 and above (2.6) are production ready. IronRuby is reaching 0.9 version and soon it will hit 1.0.</p>
<p>There is no need to wait for C# 4.0 to become available.</p>
<p>The hosting API to integration with DLR based languages are solid. We have been using DLR in production environment.</p>