Next: , Previous: , Up: The Compiler   [Contents][Index]


4.5 Types in Python

A big difference between Python and all other Common Lisp compilers is the approach to type checking and amount of knowledge about types:

See also sections advanced-type-stuff and type-inference.