1996-04-19 20:44:04 +02:00
|
|
|
SWIG is a tool for automatically generating the wrapper code needed
|
|
|
|
to link collections of functions written in C/C++ with interpreted
|
|
|
|
scripting languages. Currently, SWIG supports :
|
|
|
|
|
|
|
|
- Tcl
|
|
|
|
- Perl4
|
|
|
|
- Perl5
|
|
|
|
- Guile-iii
|
2001-07-27 15:20:32 +02:00
|
|
|
- Python
|
1996-04-19 20:44:04 +02:00
|
|
|
|
|
|
|
Using SWIG, it is possible to greatly simplify interface development
|
|
|
|
and to put interesting interfaces on existing applications with
|
|
|
|
little effort.
|
2000-05-12 19:17:10 +02:00
|
|
|
|
|
|
|
WWW: http://www.swig.org/
|