Updated with latest SWIG language support plus links to SwigJS and Eiffel-SWIG.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1614 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2001-08-30 16:27:13 +00:00
commit 3808c1a3f8
4 changed files with 16 additions and 3 deletions

View file

@ -19,7 +19,7 @@ examples included in the distribution (especially if you are using a
version of Unix such as AIX or HPUX).
</blockquote>
<li> Windows 95/98/NT
<li> Windows 95/98/NT/2000
<blockquote>
SWIG can be compiled with Visual C++ 4.x/5.x/6.x or with the Borland C++ 5.x
@ -53,7 +53,7 @@ installation instructions included in the distribution <a href="INSTALL">here.</
<h3> Supported Scripting Languages </h3>
The following scripting languages are currently supported
The following scripting languages were supported in the final SWIG 1.1 release.
<ul>
<li> Tcl 8.0 and newer versions.
@ -61,9 +61,20 @@ The following scripting languages are currently supported
<li> Perl 5.003 or newer.
</ul>
The following languages are also supported in SWIG 1.3.6 onwards.
<ul>
<li> Java JDK 1.1 and newer.
<li> Ruby.
<li> Mzscheme.
<li> Guile.
</ul>
Any newer versions of these languages should be assumed to be
supported unless otherwise indicated.
There is also <a href="http://www.ultravioletconsulting.com/projects/swigjs">SwigJS</a>, a JavaScript module for SWIG and <a href="http://www.elj.com/eiffel/swig-eiffel/tutorial/">SWIG-Eiffel</a> for Eiffel.
<h3> Compilation Requirements </h3>
SWIG is implemented in C++ and is distributed in source form.

View file

@ -19,6 +19,7 @@
<tr><td><a href="http://www.python.org">Python</a></td></tr>
<tr><td><a href="http://dev.scriptics.com">Tcl/Tk</a></td></tr>
<tr><td><a href="http://www.gnu.org/software/guile/guile.html">Guile</a></td></tr>
<tr><td><a href="http://www.cs.rice.edu/CS/PLT/packages/mzscheme/">MzScheme</a></td></tr>
<tr><td><a href="http://www.ruby-lang.org">Ruby</a></td></tr>
<tr><td><a href="http://java.sun.com">Java</a></td></tr>

View file

@ -6,7 +6,7 @@ Simplified Wrapper and Interface Generator
SWIG is a software development tool that connects programs written in
C, C++, and Objective-C with a variety of high-level programming
languages. SWIG is primarily used with common scripting languages
such as Perl, Python, Tcl/Tk, Ruby, and Guile but has also been extended to
such as Perl, Python, Tcl/Tk, Ruby, Guile and MzScheme but has also been extended to
include languages such as Java and Eiffel. SWIG is most
commonly used to create high-level interpreted programming
environments and as a tool for building user interfaces. SWIG may be

View file

@ -22,6 +22,7 @@ The <a href ="http://www.python.org"> Python </a> homepage. <br>
<a href="http://www.neosoft.com/tcl/default.html"> Tcl/Tk Contributed Sources Archive </a> <br>
<a href="http://www.sco.com/Technology/tcl/Tcl.html"> Tcl/Tk Information </a> <br>
<a href="http://www.gnu.org/software/guile/guile.html">Guile</a> homepage. <br>
<a href="http://www.cs.rice.edu/CS/PLT/packages/mzscheme/">MzScheme</a> homepage<br>
<a href="http://www.ruby-lang.org/">Ruby</a> homepage. <br>
<a href="http://java.sun.com/">Java</a> homepage at Sun. <br>
</ul>