Another scripting language implemented into Python itself?
Cameron Laird
claird at lairds.us
Tue Jan 25 18:08:14 EST 2005
In article <mailman.1231.1106610969.22381.python-list at python.org>,
Quest Master <zainalam at gmail.com> wrote:
.
.
.
>I know C/C++ might be better suited for a task of this kind, but most
>of the modules in my application which need speed have already been
>coded in C++. I want to use Python as the "glue" for this project;
.
.
.
I've lost track of what "this kind" means here; why do you
think C/C++ is a better language for writing a language
interpreter? Is it because, for example, Python's interpre-
ter has traditionally been written in C?
More information about the Python-list
mailing list