« Andrew Breitbart Calls Out The Astroturfers | Main | Even a broken clock is right twice a day »
September 22, 2010
Vintage Basic
http://www.vintage-basic.net/download.html
Vintage BASIC is an interpreter for a programming language of days gone by. A time when every home computer had a simple language called BASIC, and every kid who owned a computer learned it. It is implemented in Haskell, a modern language very unlike BASIC. I constructed it as a way to demonstrate how Haskell's monads could be used to implement BASIC's dynamic control structures. This odd marriage has now produced a fully functional implementation of that old favorite.
Vintage BASIC is open source software, provided under the BSD license. It will run on any platform that supports the GHC compiler, including Windows, MacOS X, and Linux.
Posted by Rob Kiser on September 22, 2010 at 1:32 PM
Comments