Jump to content

BASIC Implementations: Difference between revisions

From EDM2
No edit summary
Line 27: Line 27:
==A list of Basic language implementations in Java==
==A list of Basic language implementations in Java==
*[http://www.mcmanis.com/chuck/java/cocoa/ Cocoa]
*[http://www.mcmanis.com/chuck/java/cocoa/ Cocoa]
*[http://journal.stuffwithstuff.com/2010/07/18/jasic-a-complete-interpreter-in-one-java-file/ Jasic]


[[Category:Programming Languages]]
[[Category:Programming Languages]]

Revision as of 07:34, 7 November 2014

A subset of FORTRAN originally developed by John G. Kemeny and Thomas E. Kurtz in 1964 to offer an easier programming language for beginners for the Dartmouth University multi-user system. Basic was easy to implement and could reside in a fairly small amount of memory which made it popular with the first generation of microcomputers in the 1970' and it remained the most popular programming language on personal computers until the 1990's.

Basic started to loose its popularity when GUI's became more popular but most Basic implementation had limited support for the programming models needed.

A list of OS/2 implementations of Basic

A list of DOS implementations of Basic

A list of Basic implementations that run under Win-OS/2

A list of Basic language implementations in Java