Embedding Python and built-in types

Mickael Putters mputters at dreamingprophet.com
Fri Nov 29 13:48:16 EST 2002


Hi.

I'm currently looking for some high level language script language that can be embedded, to be used in one of our projects. Many people suggested Python, so I downloaded it and took a look at the doc. And I couldn't find the answer to the most important question I had (so maybe you people here can help :P) :

Is it possible to embed it so that you have control over the simple types operators ?

Basically, that you can for example handle yourself the operator = for integers (actually, just being notified of it happening is enough, since it's to compile some part of the language to bytecode).

Thanks.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20021129/9db5d4cd/attachment.html>


More information about the Python-list mailing list