ZX 81 - BASIC Programming

Sinclair ZX Spectrum
Chapter 3 - A History lesson
The messages that you type in are in a computer language called BASIC (standing for Beginners' All-purpose Symbolic Instruction Code). It actually takes the computer quite a lot of effort to break down the BASIC messages into its own rudimentary operations, but, after all, that's what it's paid to do. The BASIC messages contain enough English words (like PRINT) to make them fairly easy for an English speaking human to learn.

BASIC was designed at Dartmouth College in New Hampshire, USA in 1964, & since then it has come to be by far the most widely used computer language by beginners & hobbyists. This is largely because it is very well adapted for on-line use where the user types something in & the computer answers straight away. There are other languages - such as ALGOL (in fact a whole family of ALGOLs) & PASCAL - with a much neater structure & greater power than BASIC, but only a few - such as the relatively unknown APL & POP-2 - are as easy to use on-line. Some others that must be mentioned are FORTRAN, PL1 & COBOL.

Many personal computing magazines publish programs in BASIC, & are well worth looking through for ideas. You will almost certainly have to adapt them slightly because every computer that uses the BASIC language has its own dialect, different from all the others.

Sinclair ZX Spectrum

  Previous Page Back Next Page