1996-04-19 18:44:04 +00: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
|
2000-09-06 15:58:07 +00:00
|
|
|
- Python
|
1996-04-19 18:44:04 +00:00
|
|
|
- Perl5
|
2000-09-06 15:58:07 +00:00
|
|
|
- Java
|
|
|
|
- Guile
|
2000-07-10 14:31:19 +00:00
|
|
|
- MzScheme
|
2000-09-06 15:58:07 +00:00
|
|
|
- Ruby
|
1996-04-19 18:44:04 +00: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 17:17:10 +00:00
|
|
|
|
|
|
|
WWW: http://www.swig.org/
|