views:

312

answers:

3

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?

+3  A: 

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.

Jules
A: 

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

JaredPar