> Also, now that you remind me of it, IronPython could use [annotations] for C# > overloads.
FWIW, the IronPython folks are looking for a CPython-compatible syntax for specifying .net attributes. Function decorators (plus class decorators) don't cover all the use cases because so many different entities can be the target of a .net attribute. Whether the proposed annotations help "enough" is a question for those above my pay grade, i.e., I haven't been paying enough attention :-) Cf. several related threads on the ironpython mailing list -- e.g., http://lists.ironpython.com/pipermail/users-ironpython.com/2006-September/003497.html Mike _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
