Are Python's reserved words reserved in places they dont need to be?

metaperl metaperl at gmail.com
Wed Sep 13 14:24:05 EDT 2006


One way to avoid the issue I brought up is for the syntax to be very
regular... like Lisp or Tcl:

set class "algebra"

(setq class "algebra")




More information about the Python-list mailing list