Home » Tutorials » Software Development » C and C++ » SWIG - Way to link High level Programming languages and C/C++ modules..

SWIG - Way to link High level Programming languages and C/C++ modules

Added April 06, 2008, read 31 times

SWIG(Simplified Wrapper and Interface Generator) is a software development tool, an interface compiler that connects programs written in C and C++ with a variety of scripting languages such as Perl, Python, Ruby, and Tcl and also non-scripting languages such as C#, Common Lisp (CLISP, Allegro CL, CFFI, UFFI), Java, Lua, Modula-3, OCAML and R.. "Scripts" are often treated as distinct from programs which execute independently from any other application.

View tutorial