Raspberry BASIC

Raspberry BASIC => Interpreters => ScriptBasic => Topic started by: John Spikowski on April 09, 2019, 07:16:57 PM

Title: ScriptBasic Introduction
Post by: John Spikowski on April 09, 2019, 07:16:57 PM
(https://files.allbasic.info/ScriptBasic/sblogo_t.gif)

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 Forum (https://scriptbasic.org/forum)