diff options
-rwxr-xr-x | doc/manual/index.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/manual/index.html b/doc/manual/index.html index aea36e3..2e4ed84 100755 --- a/doc/manual/index.html +++ b/doc/manual/index.html @@ -246,10 +246,12 @@ an early tool allowing binding of a limited subset of C++ to the Scheme programming language; <a href="http://www.swig.org/">SWIG</a>, a tool released at roughly the same time as Header2Scheme which by now supports binding C and C++ libraries to a variety of scripting -languages; and <a href="http://www.jniwrapper.com/">JNIWrapper</a>, a -commercial tool automating the binding of C APIs to Java. Other -language-specific tools such as Perl's XS, Boost.Python and many -others exist. +languages; <a href="http://www.jniwrapper.com/">JNIWrapper</a>, a +commercial tool automating the binding of C APIs to Java; and <a +href="http://www.noodleglue.org/noodleglue/noodleglue.html">NoodleGlue</a>, +a recently-released tool automating the binding of C++ APIs to +Java. Other language-specific tools such as Perl's XS, Boost.Python +and many others exist. </P> <P> |