1997-12-01 17:23:25 -05: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 :
|
|
|
|
|
2002-03-24 22:26:01 -05:00
|
|
|
- Guile
|
|
|
|
- Java
|
|
|
|
- Mzscheme
|
|
|
|
- PHP
|
|
|
|
- Perl
|
|
|
|
- Python
|
2006-08-18 12:04:47 -04:00
|
|
|
- Ruby
|
2002-03-24 22:26:01 -05:00
|
|
|
- Tcl
|
1997-12-01 17:23:25 -05:00
|
|
|
|
|
|
|
Using SWIG, it is possible to greatly simplify interface development
|
|
|
|
and to put interesting interfaces on existing applications with
|
|
|
|
little effort.
|