Next: Getting Existing Programs to Run, Previous: Interpreting Error Messages, Up: The Compiler [Contents][Index]
A big difference between Python and all other Common Lisp compilers is the approach to type checking and amount of knowledge about types:
not
, and
and satisfies
types.
See also sections advanced-type-stuff and type-inference.