[Types-sig] check.py (was: PyDL RFC 0.02)

Skip Montanaro skip@mojam.com (Skip Montanaro)
Tue, 4 Jan 2000 15:33:30 -0600 (CST)


    Martijn> def foo(a the Integer, b the String, c the Foo, d the Any) the Integer:
    Martijn>     e = d the Integer
    Martijn>     return e

    Martijn> I could definitely live with that one. Doesn't have the
    Martijn> semantic confusion that 'as' have and it seems readable.

I have to toss out the barb that when the most frequently used token in my
Python code is "the" or "as" it will be time to find another language...

(Someone please reassure me by stating emphatically that all this extra
stuff will never be required!)

I'm-blinkin'-not-winkin'-ly y'rs,

Skip