MiniBASIC
MiniBASIC
A modern implementation of a classic language
from the early days of home computing
Quick Start
Try commands like the following to find, load, and run some of the built-in demos:
pwd— print working directorydir— directory (list files)cd demo— change to the demo directoryload colors— load the program colors.basrun— run the current programcd ".."— go up one level
And for writing or editing programs, also try:
list— list the entire programlistrem— list only remark lineslist 100-199— list lines 100 through 199new— clear the current program and start fresh5 CLS— add or replace line 55— delete line 5
For details about the MiniBASIC language and commands, see the documentation.
MiniBASIC is open-source, hosted at https://github.com/JoeStrout/minibasic.
More Info
Download
Download NowName your own price
Click download now to get access to the following files:
minibasic-windows.zip 43 MB
Version 11
minibasic-mac.zip 37 MB
Version 11
minibasic-linux.tar.gz 41 MB
Version 11
Development log
- MiniBASIC update: v0.9.7Jul 21, 2023
- MiniBASIC update: v0.9.4Mar 05, 2023
- MiniBASIC update: v0.9.3Mar 03, 2023



