wok view swig/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children
line source
1 SWIG is a software development tool that connects programs written in
2 C and C++ with a variety of high-level programming languages.
3 SWIG is used with different types of target languages including common
4 scripting languages such as Javascript, Perl, PHP, Python, Tcl and Ruby.
5 The list of supported languages also includes non-scripting languages
6 such as C#, D, Go language, Java including Android, Lua, OCaml, Octave,
7 Scilab and R.
8 Also several interpreted and compiled Scheme implementations (Guile,
9 MzScheme/Racket) are supported.
10 SWIG is most commonly used to create high-level interpreted or compiled
11 programming environments, user interfaces, and as a tool for testing and
12 prototyping C/C++ software.
13 SWIG is typically used to parse C/C++ interfaces and generate the
14 'glue code' required for the above target languages to call into the
15 C/C++ code.
16 SWIG can also export its parse tree in the form of XML.
17 SWIG is free software and the code that SWIG generates is compatible
18 with both commercial and non-commercial projects.