RE: [IronPython] Nested Functions

2005-09-28 Thread Martin Maly
Closures are not yet supported by IronPython. I am fixing this as we speak :) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kirk OlynykSent: Friday, September 23, 2005 3:34 PMTo: users-ironpython.com@lists.ironpython.comSubject: [IronPython] Nested Functions # This wor

RE: [IronPython] WinFX

2005-09-28 Thread Martin Maly
Yes, IronPython does work with WinFX. The best combination is .Net 2.0. Beta 2 + WinFX Beta 1 + IronPython 0.9 and newer.   The WinFX download page seems somewhat confusing by asking to uninstall previous versions of .NET. At the same time, it says at the bottom of the download page that: "

[IronPython] Nested Functions

2005-09-28 Thread Kirk Olynyk
# This works on CPython but not on IronPython 9.2   def f (i):     def g ():     return i+1     return g() print f(3) ___ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listi

[IronPython] WinFX

2005-09-28 Thread Donald Hawk
Hello,   Related to another download I loaded WinFX which wanted the .NET Framework Version 2 uninstalled. Will IronPython work with WinFX.   Donald ___ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython