- The Simplified Wrapper and Interface Generator (SWIG) is an open-source software tool used to connect computer programs or libraries written in C or C++ with scripting languages such as Lua, Perl, PHP, Python, R, Ruby, Tcl, and other languages.
SWIG
The aim is to allow the calling of native functions (that were written in C or C++) by other programming languages. SWIG will compile the interface file and generate code in regular C/C++ and the target programming language.
- GitHub
Information
SWIG
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/229731.html原文链接:https://javaforall.net
