up vote 2 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

feedback

3 Answers

up vote 3 down vote accepted

There's a placeholder page for documentation.

DLR documentation used to be available, but it seems to be down now. Google cache version.

Here's a PDF version. And a MS Word version.

link|improve this answer
feedback

A good place to look is the IronRuby CodePlex site. It has the full code for the DLR and documentation

http://www.codeplex.com/IronPython

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.