All the fun Linq bits run on beta 2.  All that's needed is a way to make use of 
extension method attributes, which is remarkably Pythonic:  foo.Bar(baz) -> 
Gleep.Bar(foo, baz).  Python already has lambdas, but could use a means to 
generate expression trees rather than functions.
 
 
_______________________________________________
users-ironpython.com mailing list
users-ironpython.com@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to