C++Script adds dynamic types to C++. This adds scripting functionality to standard C++ programs, such as safety, simplicity and garbage collection.
The unique aspect of C++Script 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.