[IronPython] DLR group?

2008-03-13 Thread IMFD
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 t

Re: [IronPython] DLR group?

2008-03-13 Thread Nick Aceves
Well, the DLR is built on top of the CLR, so you might want to understand the CLR first. There's lots of resources on the net about the CLR. On Thu, Mar 13, 2008 at 2:48 PM, IMFD <[EMAIL PROTECTED]> wrote: > Please excuse me if this is the wrong place to post this. I am very > interested in how

Re: [IronPython] DLR group?

2008-03-14 Thread Bill Chiles
-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

Re: [IronPython] DLR group?

2008-03-14 Thread IMFD
ting-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: [EMAIL PROTECTED] > Subject: [IronPython] DLR group? > > Please excuse me if this is the wrong

Re: [IronPython] DLR group?

2008-03-15 Thread Sanghyeon Seo
2008/3/15, IMFD <[EMAIL PROTECTED]>: > Thanks Nick and Bill. I have been looking into the CLR internals for > a while now. I will take a look at the documentation links as well. > I assume that any of the classic compiler texts (Aho, Appel) would be > sufficient for taking apart the ToyScript