Debian + SpecBas = load of programming fun for kids


3 posts
by steve_spt » Wed Feb 15, 2012 11:41 pm
This is what I'm goping to use on my PI, Debian + SpecBas = load of fun with my kids!

SpecBAS is an improved implementation of Sinclair BASIC for x86 PCs running Windows or Linux operating systems. SpecBAS is a 32bit application.

SpecBAS is an interpreter for a dialect of BASIC, based on Dartmouth BASIC, as was the original Sinclair BASIC. SpecBAS adds many new commands and functions such as procedures, math functions and sound using samples and music .mod files. Although not as fast as compiled languages, it is very quick.

A version is available from today on request for the PI. see http://www.specbas.co.uk/
Posts: 7
Joined: Wed Nov 16, 2011 6:30 pm
by ZXDunny » Sun Jul 08, 2012 8:00 pm
SpecBAS has now been successfully ported to the Rasberry PI!

It's only a preliminary build, but can be grabbed from here:

http://freestuff.grok.co.uk/SpecBAS-RasPi-v0.742.zip

Source can be grabbed from http://www.specbas.co.uk/ if anyone wants to try themselves - it requires lazarus and FPC, with SDL for graphics output and BASS for ARM for sound. Some of the source contains pandora defines; they're required for some bugs in the FPC compiler (SpecBAS is built primarily for windows in Delphi).

D.
Posts: 21
Joined: Sun Jul 08, 2012 7:57 pm
by ZXDunny » Tue Oct 23, 2012 6:14 pm
Thought I should post an update - SpecBAS has been updated and built for hard-abi, resulting in a very credible speedboost.

Get it from here: http://freestuff.grok.co.uk/specbas-raspi.zip

Videos of it running on the Pi:

http://www.youtube.com/watch?v=j7uNeiyW0AM
http://www.youtube.com/watch?v=lMEgAOmr7ko

Enjoy :)

D.
Posts: 21
Joined: Sun Jul 08, 2012 7:57 pm