Spruce-Basin/doc/2.0_DEVELOPMENT/2.3_EXTENSIONS
Aidan C. Mullen d460a7ca93 Add utilities and documentation
Add portable filesize and logging C libraries and documentation for development.
2025-03-06 19:55:35 -05:00

11 lines
509 B
Text
Executable file

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 ---