Basic Embedded Scripting Schema
Consider this scenario: The CPython interpreter is embedded in a C++ app. Users can use a built-in editor to define a script or two with pre-defined callbacks, and can make calls on the application's engine. Users can write extension modules and packages, and can import and communicate other scripts written right in the editor. A [...]