[IronPython] Plans for overloads?
David Wilson
dw at botanicus.net
Wed Jul 20 04:21:57 CEST 2005
On Tue, Jul 19, 2005 at 04:03:56PM -0700, Keith J. Farmer wrote:
> Perhaps ; instead of | ...
CPython couldn't parse that, so you couldn't write modules that worked
on both platforms that made use of FePy extensions.
David.
> From: users-ironpython.com-bounces at lists.ironpython.com on behalf of Keith J. Farmer
> Sent: Tue 7/19/2005 4:02 PM
>
>
> Foo[T1, T2 | T1, T3](x1, x3)
> Foo[T1, T2, T3]()
> Foo[T1, T2 | T3](x3)
> Foo[T1 | T2, T3](x2, x3)
> Foo[ | T1, T2, T3](x1, x2, x3)
>
--
Every program of any complexity written in a procedural language will have
a [half-assed] implementation of object oriented design.
-- Regurgitated quote from a poster on comp.lang.python
More information about the Ironpython-users
mailing list