The Basic interpeter (1990 Best Language Tool winner) and
the Basic compiler (1991 Most Well Rounded winner)
programs are analysed in:
Don Libes.
Obfuscated C and Other Mysteries.
John Wiley and Sons, 1993.
The 1995 Abusing The Rules winner program [ab]uses the contest rules that allowed a generous amount of whitespace for improving the entries' format by encoding text as whitespace
There are at least two free Basic interpreters that may suit your purpose: yabasic and bwbasic. The former is a plain Basic interpreter, or really p-code compiler + interpreter, like Perl. The latter provides a classic Basic "IDE", with line-number-based editing and all; unrecognized commands are executed by the shell, immediately or as part of the program. oth are available under the GPL for Microsoft Windows and Unix systems. (Contributed by John Cowan).