CustardCream and Borbon are the Lua and python scripting bindings for digestive. The decision to
produce scripting bindings for digestive was decided on although in many cases scripting languages are
slower than c++ based code because of the following reasons:
• No code compilation required.
• Normally the ability to embed scripting language interpiters into c/c++ applications.
• Less code generally required.
• Less complex code generally required.
• Generally easy to convert back into a lower level language if required.
|