Re: [IronPython] [ANN] IronPython Community Edition 1.0r2

2006-09-29 Thread Josh Ritter
http://fepy.sourceforge.net/license.html You really need to remove the "Do What the F*ck You Want to Public License" Where english is the primary language this reads as either: A) Offensive B) Childish Neither of which is particularly good. -Josh Ritter President Prairie Games

[IronPython] PEP 342 - Coroutines via Enhanced Generators

2006-05-08 Thread Josh Ritter
I really like Python 2.5's coroutines implemented via enhanced generator support. http://www.python.org/dev/peps/pep-0342 I am wondering if there is a timeline for IronPython to support them? IronPython looks great... coroutines and a Twisted reactor would be really fun :) Thanks,