"e_ponk" <[EMAIL PROTECTED]> writes: > I want my application C/C++ to be driven from script. How can I > create my own script, load it and execute the script from my > application. could some one give me example.
Guile is a extension system. The language is scheme. You can compile your C/C++ application with the Guile libraries. Thereafter, your application should load a scheme program and can let the scheme program control the C/C++ app. http://www.gnu.org/software/guile/guile.html -- A proud GNU user http://www.joesteeve.tk/ | http://gnukid.shyper.com/
pgpoYH4Zm5fR8.pgp
Description: PGP signature
