Python3k extended grammar

Robin Becker robin at jessikat.demon.co.uk
Thu May 18 18:48:49 EDT 2000


for me
        def x(IntType y, FloatType z=1.0) StringType:
                .....

looks sufficient. The one thing python has going for it is a lack of
spurious keywords and punctuation. It would be a disaster if the clean
language got too dirty.

The thing I don't understand is what
the actual type names would be ie IntType, StringType, ..., classId or
some newly introduced names Int, String etc.

Would partial typing be allowed eg ListType
-- 
Robin Becker



More information about the Python-list mailing list