> "Squirrel" == Squirrel Havoc <[EMAIL PROTECTED] (takeout) (takeout)>
> writes:
Squirrel> Hello. I am sorry if this has been asked before, but I
Squirrel> am new here.
Welcome
Squirrel> If I recall correctly, Python can be used as a scripting
Squirrel> language for othe
Assuming your program is written in C/C++, I would recommend that you start
with SWIG.
http://www.swig.org
You can play around with that as a start. If later you decided that SWIG is
not for you, you can always do it natively. There are plenty of
information at www.python.org.
"Squirrel Havoc
Hello. I am sorry if this has been asked before,
but I am new here.
If I recall correctly, Python can be used as a
scripting language for other programs, as if
the program had a builtin Python interpreter.
I wish to extend my programs by making them
scriptable with Python scripts.
Is this possib