Extending Python by Adding Keywords & Data types

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Tue Jul 31 17:16:54 EDT 2007


On Tue, 31 Jul 2007 20:28:59 +0000, Maximus Decimus wrote:

> II want to add some more KEYWORDS and DATATYPES into the python script
> apart from the existing ones.

New data types are easy: Just implement the classes.

Why do you need new keywords?  Can't the problem at hand be expressed in
functions and classes/methods?

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list