yabasic
Yet Another BASIC interpreter
Install
- All systems
-
curl cmd.cat/yabasic.sh
- Debian
-
apt-get install yabasic
- Ubuntu
-
apt-get install yabasic
- Kali Linux
-
apt-get install yabasic
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install yabasic
- Raspbian
-
apt-get install yabasic
- Dockerfile
- dockerfile.run/yabasic
yabasic
Yet Another BASIC interpreter
yabasic implements the most common and simple elements of the BASIC language; it comes with for-loops and goto with while-loops and procedures. yabasic does monochrome line graphics, and printing comes with no extra effort. yabasic runs under Unix and Windows; it is small (less than 200 KB) and free.