News:

If you would like to join this forum send an e-mail to support@scriptbasic.org.

Main Menu

ScriptBasic Introduction

Started by John Spikowski, Nov 05, 2022, 07:05 PM

Previous topic - Next topic

John Spikowski

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

ScriptBasic Source Repository