Yabasic
Sign in to saveYabasic (Yet Another BASIC) is a free, open-source BASIC interpreter for Microsoft Windows and Unix platforms. Yabasic was originally developed by Marc-Oliver Ihm. From version 2.77.1, the project adopted the MIT License and the source code was moved to GitHub to encourage others to participate in its development.
Wikidata facts
- Official website
- www.yabasic.de
Show 1 more fact
- software version identifier
- 2.90.3
via Wikidata · CC0
~3 min read
Article
9 sectionsContents
- Features
- Other versions
- Yab
- Flyab
- PlayStation 2
- Yabasic 3.0 (Unofficial)
- Yabasic example
- References
- External links
Yabasic (Yet Another BASIC) is a free, open-source BASIC interpreter for Microsoft Windows and Unix platforms. Yabasic was originally developed by Marc-Oliver Ihm. From version 2.77.1, the project adopted the MIT License and the source code was moved to GitHub to encourage others to participate in its development.
==Features== No compulsory line numbers (they can be used but are optional) Line graphics in color Structured programming—various block structures, named subroutines with local variables and return values Code modules/libraries with separate namespaces (On the other hand, composite data structures are missing) Option to use a graphical user interface based on the GTK library Self-modifying code "Binding" a Yabasic program to the interpreter, creating a standalone executable in a single file