Bill Janssen wrote: > Thanks, Antoine, but I don't want strong static typing at all. I > wouldn't mind optional partial static typing, but what I want is > strong *dynamic* typing
How strong do you want it, exactly? The disadvantages associated with very strong type systems arise because of their strength, not whether they are static or dynamic. A language with the same type system as Java, but enforced at run time instead of compile time, would be just as annoying to use. -- Greg _______________________________________________ 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
