Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
SWIG
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Purpose== There are two main reasons to embed a [[scripting language|scripting engine]] in an existing C/C++ program: *The program can then be customized far faster, [[Ousterhout's dichotomy|via a scripting language instead of 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 very useful for writing test scripts. There are several reasons to create dynamic libraries that can be loaded into extant interpreters, including: *Provide access to a C/C++ [[library (computer science)|library]] which has no equivalent in the scripting language. *Write the whole program in the scripting language first, and after [[profiling (computer programming)|profiling]], rewrite performance-critical code in C or C++.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)