From 9ba44e976efb8ac9694f53ea684ba3e990aed55b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 23 Sep 2005 21:59:41 +0000 Subject: [PATCH] supported languages update git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7505 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- swigweb/index.ht | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swigweb/index.ht b/swigweb/index.ht index 5adc4cc3b..da14bf04b 100644 --- a/swigweb/index.ht +++ b/swigweb/index.ht @@ -8,10 +8,10 @@ Simplified Wrapper and Interface Generator SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of languages including common scripting languages such as -Perl, Python, Tcl/Tk and Ruby. The list of +Perl, PHP, Python, Tcl, Ruby and PHP. The list of supported languages also includes -non-scripting languages such as C#, Common Lisp (Allegro CL), Java, Modula-3 and OCAML. Also several -interpreted and compiled Scheme implementations (Chicken, Guile, MzScheme) +non-scripting languages such as C#, Common Lisp (CLISP, Allegro CL, UFFI), Java, Modula-3 and OCAML. Also several +interpreted and compiled Scheme implementations (Guile, MzScheme, Chicken) are supported. SWIG is most commonly used to create high-level interpreted or compiled programming environments, user interfaces, and as a tool for testing and prototyping C/C++