Typing system vs. Java

Christopher Barber cbarber at curl.com
Fri Jul 27 14:30:42 EDT 2001


John Goerzen <jgoerzen at complete.org> writes:

> However, it's valuable to me
> that as many things as possible be caught before runtime.  Do you
> think that Python would be a worthwhile language to investigate given
> these criteria? 

AFAIK there is no way to do compile-time type checking in Python.

If this is important to you, you might be interested in the Curl language.  It
lets you omit type declarations when rapid prototyping or writing throwaway
code and add them later to get compile-time type checking and code
optimizations.

- Christopher





More information about the Python-list mailing list