[IronPython] Extension methods...

Keith J. Farmer kfarmer at thuban.org
Mon Sep 19 21:43:26 CEST 2005


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.
 
 



More information about the Ironpython-users mailing list