1997-12-01 22:23:25 +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
|
|
|
|
- Perl4
|
|
|
|
- Perl5
|
|
|
|
- Guile-iii
|
|
|
|
- Python 1.3
|
2000-10-05 03:16:12 +00:00
|
|
|
- Ruby
|
1997-12-01 22:23:25 +00:00
|
|
|
|
|
|
|
Using SWIG, it is possible to greatly simplify interface development
|
|
|
|
and to put interesting interfaces on existing applications with
|
|
|
|
little effort.
|
2000-08-18 01:30:07 +00:00
|
|
|
|
|
|
|
WWW: ${HOMEPAGE}
|