Re: [IronPython] IronPython source code

2010-11-20 Thread Jimmy Schementi
m: di...@microsoft.com > To: users@lists.ironpython.com > Date: Sat, 20 Nov 2010 19:32:31 + > > Subject: Re: [IronPython] IronPython source code > > Wow, you must still be using IronPython 1.1 or IronPython 1.0. The > conditional expression was added in Python 2.5 so it

Re: [IronPython] IronPython source code

2010-11-20 Thread Pablo Dalmazzo
t.com To: users@lists.ironpython.com Date: Sat, 20 Nov 2010 19:32:31 + Subject: Re: [IronPython] IronPython source code Wow, you must still be using IronPython 1.1 or IronPython 1.0. The conditional expression was added in Python 2.5 so it’s in IronPython 2.0 (which maps to Pytho

Re: [IronPython] IronPython source code

2010-11-20 Thread Dino Viehland
ilto:users-boun...@lists.ironpython.com] On Behalf Of Pablo Dalmazzo Sent: Saturday, November 20, 2010 8:23 AM To: IronPython Mailing list Subject: Re: [IronPython] IronPython source code Thanks Dino for the info, Jimmy for the tip and Jeff for the Twitter answer. I'm interested in cert

Re: [IronPython] IronPython source code

2010-11-20 Thread Pablo Dalmazzo
on to the App_script folder May be we are using IronPython modules from a version with another version of IronPython where that kind of syntax rule was invalid? From: di...@microsoft.com To: users@lists.ironpython.com Date: Fri, 19 Nov 2010 17:12:44 + Subject: Re: [IronPython] Ir

Re: [IronPython] IronPython source code

2010-11-19 Thread Dino Viehland
w/ code gen at that point. From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Jimmy Schementi Sent: Friday, November 19, 2010 8:08 AM To: Discussion of IronPython Subject: Re: [IronPython] IronPython source code You'll have an easier time understanding

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

[IronPython] IronPython source code

2010-11-15 Thread Pablo Dalmazzo
Hi, I was taken a look at the IronPython sourcecode. Is there any aditional resource/documentation/chart to help understand it? I've only coded in an "educational" compiler, you know, those made to teach you programming and even if it had the typical compiler stages it was very far from a real