Bywater Basic: Difference between revisions
Appearance
Created page with "==Description== A Basic interpreter that confirms to a subset of Minimal Basic (ECMA Standard ECMA-55 later copied as ANSI Standard for Minimal BASIC). As ECMA-55 rese..." |
No edit summary |
||
Line 22: | Line 22: | ||
[[Category:Tools]] [[Category:Tools]] [[Category:Tools]] [[Category:Tools]] [[Category:Tools]] | [[Category:Tools]] [[Category:MS Windows Tools]] [[Category:Linux Tools]] [[Category:DOS Tools]] [[Category:Solaris Tools]] |
Revision as of 18:16, 8 November 2014
Description
A Basic interpreter that confirms to a subset of Minimal Basic (ECMA Standard ECMA-55 later copied as ANSI Standard for Minimal BASIC). As ECMA-55 resembles vintage Street Basic implementations, BWB can be used to port vintage Basic listings without much problems, the other interesting thing about Bywater Basic is that it has support for console/shell commands that is pretty unique amongst modern interpreters.
Versions
- Current OS/2 version: Bywater Basic 2.50
Links
- ftp://hobbes.nmsu.edu/pub/os2/dev/basic/bwbasic_os2.zip Bywater Basic 2.50
- http://sourceforge.net/projects/bwbasic/ Project homepage
License
- Original code is in the Public Domain, v2 and later versions are released under the GNU GPL v2 License
Authors
- Ted Campbell (Original author)
- Jon Volkoff (v1 patches and v2 branch)
- Paul Edwards (Current maintainer)
- Mentore Siesto OS/2 port