I'm pleased to announce a release of
ScriptBasic for the
Raspberry Pi. You can do a traditional install with a
.deb file or as an
AppImageThis version of the binaries do NOT work on the Raspberry Pi Zero.
(Requires ARM v7 or greater)
DEB Install:sudo apt install ./scriptbasic-2.1-linux-armhf.deb
DEB Uninstall:sudo apt remove scriptbasic-2.1-linux-armhf
To run a script use
scriba <script nane> when using the DEB Install.
To use the
AppImage version ScriptBasic, unzip the file in the
/usr/local/bin (or a directory in the system path) and use
sb <script_name> to run your scripts. To remove ScriptBasic, remove the
sb file.
I have added
scriptbasic-rpi-zero.deb as an attachment. This version will run on
ALL versions of the Raspberry Pi where the
scriptbasic-2.1-linux-armhf.deb and
AppImage versiosn will only run on the
ARM v7 versions of the boards. The same instructions apply just change the name of the
.deb file.
ScriptBasic User and Developer GuidesMost of the ScriptBasic development activity is happening on the
All BASIC Forum.
Language Features- Tradional BASIC syntax
- Variant style variables (no definition or declaration needed)
- Indexed, associative arrays (or combo of both) no practical limits
- Muilt-threaded - asynchronous / synchronous execution
- Unlimited seamless expansion via the extension API
- Embeddable API
- Footprint less than 800 KB
- Runs on everything with a single source tree (written in ANSI C)
- Application proxy web server that runs ScriptBasic code
- Cascading pre-processor support
- Debugger with single step execution, break points and more
Extension Modules- libcurl + SSL
- MySQL
- SQLite
- ODBC
- json
- XML
- regex
- CGI
- zlib
- SBT - thread support
- IUP - cross platform portable GUI
- SDL_gfx graphics primatives with alpha channel support
- BBC BASIC graphic library
- more ..
Free - Open Source - MIT LicenseRaspberry Pi Downloads Attached