Is DLR 0.9 supported by Microsoft in a production environment - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T01:24:48Z http://stackoverflow.com/feeds/question/831526 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/831526/is-dlr-0-9-supported-by-microsoft-in-a-production-environment 2 Is DLR 0.9 supported by Microsoft in a production environment Adrian Stoica 2009-05-06T20:15:12Z 2009-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#935460 1 Answer by Curt Hagenlocher for Is DLR 0.9 supported by Microsoft in a production environment Curt Hagenlocher 2009-06-01T15:58:23Z 2009-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#1337037 1 Answer by DodyG for Is DLR 0.9 supported by Microsoft in a production environment DodyG 2009-08-26T19:44:36Z 2009-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>