资 源 简 介
CppScript adds dynamic types to C++. This adds scripting functionality to standard C++ programs, such as safety, simplicity and garbage collection.
The unique aspect of CppScript is that integration with C and C++ is seamless. This means that you can easily integrate this scripting language with existing C++ projects, and write performance-critical parts in C++ very easily. You also have full access to existing C and C++ libraries.
Uses include:
Interfacing to dynamic languages
Storing structured untyped data such as XML and databases.
Providing high level interfaces to existing C++ code.
Extending C++ applications.