SWIG
Original author(s) | Dave Beazley |
---|---|
Developer(s) | SWIG developers |
Initial release | February 1996[1] |
Stable release | 1.3.40 / August 18, 2009 |
Written in | C or C++ |
Operating system | Cross-platform |
License | BSD licenses |
Website | www.swig.org/ |
SWIG (Simplified Wrapper and Interface Generator) is an open source software tool used to connect programs or libraries written in C/C++ with scripting languages such as Tcl, Perl, Python, Ruby, PHP, Lua, R and other languages like Java, C#, Scheme and Ocaml. Output can also be in the form of XML or Lisp S-expressions.
Function
The aim is to achieve the connection between the programs and the scripting languages with minimal effort: a small number of directives are added to the program's header files, and then the SWIG tool creates source code which provides the glue between C/C++ and the target language. Depending on the language, this glue comes in two forms:
- a shared library that an existing interpreter can link to as some form of extension module, or
- a shared library that can be linked to other programs compiled in the target language (for example, using JNI in Java).
Purpose
There are two main purposes of embedding a scripting engine into an existing C/C++ program:
- The program can then be customized much more quickly, using the scripting language rather than C/C++. The scripting engine may even be exposed to the end user, so that they can automate common tasks by writing scripts.
- Even if the final product is not to contain the scripting engine, it may nevertheless be quite useful for writing test scripts.
There are several reasons to create dynamic libraries that can be loaded into existing interpreters, including:
- Provide access to a C/C++ library which has no equivalent in the scripting language.
- Write the whole program in the scripting language first, and after profiling, rewrite performance critical code in C or C++.
History
SWIG is written in C and C++ and has been publicly available since February 1996. The initial author and main developer was Dave Beazley who developed SWIG while working as a graduate student at Los Alamos National Laboratory and the University of Utah and while on the faculty at the University of Chicago. Development is currently supported by an active group of volunteers led by William Fulton. SWIG has been released under a BSD type license, meaning it can be used, copied, modified and redistributed freely, for commercial and non-commercial purposes.
See also
References
External links
- Project home page
- Project home page at SourceForge
- SwigWiki - Wiki containing information about using SWIG.
- Article "Expose Your C/C++ Program's Internal API with a Quick SWIG" by Victor Volkman
- Article "Python Extensions In C++ Using SWIG" by Michael Fötsch
- Presentation "Application overview for openSUSE" by Klaus Kämpf
- Citations from CiteSeer
If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...