Documentation for the Dynamic Language Runtime? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T10:16:22Z http://stackoverflow.com/feeds/question/313048 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/313048/documentation-for-the-dynamic-language-runtime 0 Documentation for the Dynamic Language Runtime? Chris Charabaruk 2008-11-23T22:35:19Z 2008-12-29T18:23:47Z <p>Google has failed me. I want to read actual documentation for the DLR, not news articles, as I'd like to attempt to create my own language upon the DLR's framework. Is there any downloadable, online, or even paper-based documentation for the DLR that I'd be able to use, instead of having to go code spelunking to understand what everything does?</p> http://stackoverflow.com/questions/313048/documentation-for-the-dynamic-language-runtime/313061#313061 2 Answer by Jules for Documentation for the Dynamic Language Runtime? Jules 2008-11-23T22:53:12Z 2008-11-23T22:59:14Z <p>There's a <a href="http://www.codeplex.com/dlr/Wiki/View.aspx?title=Docs%20and%20specs&amp;referringTitle=Home" rel="nofollow">placeholder page for documentation</a>. </p> <p>DLR documentation <a href="http://compilerlab.members.winisp.net/dlr-spec-hosting.pdf" rel="nofollow">used to be available</a>, but it seems to be down now. <a href="http://74.125.77.132/search?q=cache:c0MSSGpFq4cJ:compilerlab.members.winisp.net/dlr-spec-hosting.pdf+dlr+hosting+spec+filetype:pdf&amp;hl=en&amp;ct=clnk&amp;cd=1" rel="nofollow">Google cache version</a>.</p> <p>Here's a <a href="http://www.iunknown.com/files/dlr-spec-hosting.pdf" rel="nofollow">PDF version</a>. And a <a href="http://compilerlab.members.winisp.net/dlr-spec-hosting.doc" rel="nofollow">MS Word version</a>.</p> http://stackoverflow.com/questions/313048/documentation-for-the-dynamic-language-runtime/313071#313071 0 Answer by JaredPar for Documentation for the Dynamic Language Runtime? JaredPar 2008-11-23T22:59:14Z 2008-11-23T22:59:14Z <p>A good place to look is the IronRuby CodePlex site. It has the full code for the DLR and documentation</p> <p><a href="http://www.codeplex.com/IronPython" rel="nofollow">http://www.codeplex.com/IronPython</a></p> http://stackoverflow.com/questions/313048/documentation-for-the-dynamic-language-runtime/398258#398258 0 Answer by bill for Documentation for the Dynamic Language Runtime? bill 2008-12-29T18:20:17Z 2008-12-29T18:23:47Z <p>see <a href="http://www.codeplex.com/dlr/Wiki/View.aspx?title=Docs%20and%20specs" rel="nofollow">http://www.codeplex.com/dlr/Wiki/View.aspx?title=Docs%20and%20specs</a></p>