Anyone ever overridden a builtin by accident?

Ignas Mikalajunas voblia at centras.lt
Sun Sep 7 08:36:14 EDT 2003


> Yes indeed, *everything* in Python is an object.  Let the newbie
> beware!

    Common Lisp solves this problem in a pretty simple way - functions
and variables are in separate namespaces (of course scheme programmers
don't like this very much IIRC) and all global variables are commonly
named *booo* *bah* and etc. so if you are overriding a global variable
you are at least aware of it ...
   Ignas Mikalajunas




More information about the Python-list mailing list