Home • VB • FB • QB • GW • Tiny • BBC • SpecBAS • A-Z • Platform • Discord
wxBasic
wxBasic is an BASIC interpreter that is:
- Free
- Open Source (LGPL)
- Cross-platform (currently Windows and Linux)
wxBasic can create stand-alone executables by binding together source code with the interpreter.
wxBasic is written primarily in C, with some C++ linking it to the wxWidgets library. wxWidgets supplies the cross-platform features.
wxBasic runs on Windows using native controls, and Linux using the GTK Library.