ScriptBasic QBO

Forum Topics => ScriptBasic => Topic started by: John Spikowski on Nov 05, 2022, 07:05 PM

Title: ScriptBasic Introduction
Post by: John Spikowski on Nov 05, 2022, 07:05 PM
Script BASIC is written in ANSI C with an object like API. The scripting engine is embeddable, with a thread safe memory manager and virtually unlimited expandability. The core language uses one source tree for all platforms. Variables are maintained in a variant like structure and typeless until used.

Script BASIC comes with an array of industry standard library extension modules and a multi-threaded proxy HTTPD application server running as an OS service.

Scripting doesn't get any easier and based on a language syntax we all grew up with.

ScriptBasic User Guide (https://scriptbasic.org/docs/ug/ug_toc.html)

ScriptBasic Source Repository (https://gitlab.com/scriptbasic/sb-dev)