First and foremost, thanks Charles for creating this board for ScriptBasic.
For those unfamiliar with ScriptBasic, it was written by Peter Verhas when the race for dominance in the scripting space was in full force. (Perl, PHP, Python, Cold Fusion, ...) ScriptBasic is an embeddable scripting API in an object like form written in ANSI/ISO C for portability. Peter wrote
scriba which is a command line interpreter using C for the client wrapper. The goal with scriba was to show a real world example of using the embedded scripting engine. I posted on this forum a while back a PowerBASIC example of wrapping SB. It was under a dozen lines of PB code if I remember. Peter also wrote a multi-threaded HTTP/FTP server in ScriptBasic to demonstrate the thread safe features of the language. As icing, the webserver also runs as a service and has a shared memory API for thread inter-communications.
ScriptBasic is commercially used in embedded controllers for building control/energy management and in routers and gateways as a scripting tool. Charles Pegge of the OxygenBasic project created what started off as a FFI replacement for the ScriptBasic DYC extension module and by the time Charles was finished the only thing DLLC doesn't do is spin hay into gold.

ScriptBasic runs on Windows, Linux, OS X in 32/64 bit flavors. Android Linux native is also supported. I'm working on getting the long overdue ScriptBasic 2.2 release out which has a lot of exciting enhancements that should make ScriptBasic attractive and hopefully earns a place in your software toolbox.