We are embarrassingly light on docs right now. blogs.msdn.com/mmaly has a series of posts going through the ToyScript sample language and explaining mechanism used by language implementers on the DLR. That would help you then to jump into the IPy sources from Codeplex. blogs.msdn.com/Hugunin has some older posts with some overview material of the DLR. http://compilerlab.members.winisp.net/dlr-spec-hosting.doc is the spec for how to host the DLR in your application, and a slightly outdated tour of using the APIs in a mock tool is at http://compilerlab.members.winisp.net/hosting-tour.doc.
Cheers, Bill -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of IMFD Sent: Thursday, March 13, 2008 2:49 PM To: users@lists.ironpython.com Subject: [IronPython] DLR group? Please excuse me if this is the wrong place to post this. I am very interested in how the DLR itself works. I have not been able to find a great deal about it though. Perhaps I am not looking in the right places. I am trying to find out also if this is something I can learn without going back to school because the only place that is doing this kind of work is Microsoft and my experience with most schools is that they are very anti-Microsoft so I would end up working on UNIX all the time. Not that I have anything against UNIX, I just like to have other options. Anyway (please excuse the tangent) I have purchased used copies of several compiler and programming language texts (Aho, Appel, Scott, Sebesta) off of Amazon as well as books about the CLR (Gough, Box, Richter, Miller) to help me out. That's my background. Being already well-versed in Python and Ruby, I would like to see how things work from the inside now. Any pointers would be greatly appreciated. Thanks! :-) _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com