inops wrote:Unfortunately, it seems TinyBASIC has been removed from its website, due to dubious copyright. I'd like to brush-up on BASIC, I know RISC OS is available, but switching the SD cards between languages becomes somewhat of a hassle, and I'm not very comfortable with RISC. Does anyone have the .deb files they could email to me or upload elsewhere?
Thanks, Jordan.
I don't think it was the dubious copyright that caused it to be removed, but rather that the user or organization closed the entire web site.
I found the site in the archive:
https://web.archive.org/web/20130529064 ... loads.html
Unfortunately, the source code and the deb-file is not stored in the archive, but I found a backup on a HDD of the files, and the deb-file still works with the latest Raspbian. If you want the files you could send a PM.
There are also some instructions on how to install it:
Code: Select all
sudo apt-get install libsdl-gfx1.2-4
sudo dpkg -i tinybasic_2.1-1_armhf.deb
cp /usr/share/applications/tinybasic*.desktop ~/Desktop