[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The relationship between CS and scripting languages goes two ways. First, it is possible to access script interpreters from within CS C++ code. Second, you can make use of most of the CS classes from within a script, using the bindings generated by Swig.
Swig can generate bindings for many other languages, including Java, PHP, Scheme, Tcl and C#, so it would be quite easy for someone to add bindings for those languages, since most of the work has already been done by the Pytnon and Perl developers.
7.8.1 The iScript Interface 7.8.2 Python Bindings 7.8.3 Perl Bindings
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |