Re: [IronPython] IronPython source code

2010-11-19 Thread Dino Viehland
Yeah, there's no good comprehensive docs. There's some stuff in the CHM but it's more oriented towards people wanting to extend IronPython than work on it. If there's something particular you're interested in someone can probably chime in on the list. IronPython it's self is pretty abstracted

Re: [IronPython] IronPython source code

2010-11-19 Thread Jimmy Schementi
You'll have an easier time understanding Sympl, a sample programming language built on the DLR, which is at http://dlr.codeplex.com. The documentation for Sympl and the DLR itself is at http://dlr.codeplex.com/wikipage?title=Docs%20and%20specs&referringTitle=Documentation. >From there you can "upgr

Re: [IronPython] IronPython source code

2010-11-19 Thread Jeff Hardy
Hi Pablo, As far as I know there isn't any detailed documentation, but Dino would know for sure. - Jeff On Mon, Nov 15, 2010 at 2:59 PM, Pablo Dalmazzo wrote: > Hi, > I was taken a look at the IronPython sourcecode. Is there any aditional > resource/documentation/chart to help understand it? I'v