Another way to spell __metaclass__ ?

Erik Max Francis max at alcyone.com
Sat Dec 14 16:34:31 EST 2002


Aahz wrote:

> This will never happen.  One of the design goals for Python is
> syntactic
> stability.

Plus, I might add, in this day and age, if what you're really in is
designing your own custom language, it probably makes more sense to
write your own script -- perhaps even in Python -- which processes the
custom language into some other language (perhaps even Python).

That is, if what you want is language customizations, it often makes a
lot more sense to just do them yourself and process to some other,
non-customized language, rather than to ask that the customizations be
put a preexisting language.  The downside is that this unfortunately can
create debugging problems, but it's often an infinitely better approach
because it doesn't require consent with any other language designers
:-).

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ A physicist is an atom's way of knowing about atoms.
\__/ George Wald
    Python chess module / http://www.alcyone.com/pyos/chess/
 A chess game adjudicator in Python.



More information about the Python-list mailing list