Documentation for the Dynamic Language Runtime? - Stack Overflow most recent 30 from stackoverflow.com2009-12-11T10:16:22Zhttp://stackoverflow.com/feeds/question/313048http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/313048/documentation-for-the-dynamic-language-runtime0Documentation for the Dynamic Language Runtime?Chris Charabaruk2008-11-23T22:35:19Z2008-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#3130612Answer by Jules for Documentation for the Dynamic Language Runtime?Jules2008-11-23T22:53:12Z2008-11-23T22:59:14Z<p>There's a <a href="http://www.codeplex.com/dlr/Wiki/View.aspx?title=Docs%20and%20specs&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&hl=en&ct=clnk&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#3130710Answer by JaredPar for Documentation for the Dynamic Language Runtime?JaredPar2008-11-23T22:59:14Z2008-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#3982580Answer by bill for Documentation for the Dynamic Language Runtime?bill2008-12-29T18:20:17Z2008-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>