diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-06 15:58:07 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-06 15:58:07 +0000 |
commit | 76d6f720c4ba161a04e64f62bff079d1e76ea9ab (patch) | |
tree | d20faa90192c1b746c7687f36adfa648435a6306 /devel/swig13/pkg-descr | |
parent | 57edebd41215e8bf5656a4738f5983ef0780c8fb (diff) |
Notes
Diffstat (limited to 'devel/swig13/pkg-descr')
-rw-r--r-- | devel/swig13/pkg-descr | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/swig13/pkg-descr b/devel/swig13/pkg-descr index b2bad2b89850..c9ea8c17ee94 100644 --- a/devel/swig13/pkg-descr +++ b/devel/swig13/pkg-descr @@ -3,11 +3,12 @@ to link collections of functions written in C/C++ with interpreted scripting languages. Currently, SWIG supports : - Tcl - - Perl4 + - Python - Perl5 - - Guile-iii - - Python 1.3 + - Java + - Guile - MzScheme + - Ruby Using SWIG, it is possible to greatly simplify interface development and to put interesting interfaces on existing applications with |