2.3 EXTENSIONS ============== For extensions minimal and embeddable scripting language is ideal. For this reason Lua is the preferred langauge with regard to extending the application, as it is extremely small, allowing for minimal overhead and employment in minimized builds; written in ANSI-C89, so it will run on virtually any platform dating back aged legacy systems; and has a profoundly apprehensive C API, which allows for trivial integration with minimal friction. --- end of 2.3 EXTENSIONS ---