Acornsoft LISP

Acornsoft LISP

Screenshot (BBC Model B, cassette version)
Original author(s) Gillian Cattell and Arthur Norman[1]
Developer(s) Acornsoft
Initial release 1982 (BBC Micro) [2], 1984 (Acorn Electron) [1]
Development status Discontinued
Written in 6502 machine language, Lisp
Platform BBC Micro, Acorn Electron
Available in English, German[3]
Type Lisp interpreter
License Proprietary

Acornsoft LISP (marketed simply as LISP[4]) is a dialect and commercial implementation of the Lisp programming language, released in the early 1980s for the 8-bit BBC Micro and Acorn Electron computers.

Contents

Description

Acornsoft LISP was released on cassette, disk and ROM cartridge.[2][5][6] The ROM cartridge version has instantaneous loading as well as a greater amount of available free RAM for user definitions.[5]

In contrast with large-scale LISP implementations, Acornsoft's variant only has a modest number of built-in definitions as it has to fit in the limited memory space of the 8-bit Acorn computers.[5]

The interpreter is implemented in 6502 machine-code and is 5.5K in size. The supplied LISP workspace image containing commonly used built-in functions and constants is 3K in size, although this can be deleted if not needed by the user to free up more memory.[1]

Supported datatypes include nested lists, 16-bit signed integers and strings up to 127 characters in length. LOOP, WHILE and UNTIL keywords are available for program control.[7]

The book LISP on the BBC Microcomputer by the Acornsoft LISP developers, Gillian Cattell and Arthur Norman was sold separately from the software and contains examples illustrating use of the Acornsoft specific features such as the VDU function allowing for machine-specific graphics capabilities. The book also contains working examples including a tree-sorting program, an arbitrary arithmetic package, an animal guessing game, a route finding program, a graphics package, a simple compiler and an adventure game.[8][9]

Demonstration image

A route-finding demo program was supplied as standard with the interpreter.[10] The program can be loaded with the command (LOAD 'ROUTE-M) and tested by typing (ROUTE-M 'OXFORD 'CAMBRIDGE) which for example will display the output (85 CAMBRIDGE BEDFORD WATFORD OXFORD) thus showing the total mileage of the shortest possible route and listing intermediate towns visited.[10]

References

  1. ^ a b c "LISP, Cassette (Acornsoft) Back and Inner Inlay". Acornsoft. http://8bs.com/elecgame/list_cassette.htm. Retrieved 2001-10-03. "1984: LISP (Cassette), Acornsoft, £12.95" 
  2. ^ a b "Computing History - Acorn BBC Micro Model B". The Centre for Computing History. http://www.computinghistory.org.uk/det/182/Acorn-BBC-Micro-Model-B/. Retrieved 2010-10-03. "LISP - Disk Version Acornsoft 1982" 
  3. ^ "LISP (German cover, Acorn Electron version)" (in German). Acornsoft. http://www.acornelectron.co.uk/covs/acornsoft_german/lc-lisp.jpg. Retrieved 2010-10-03. "Eine programmiersprache von Acornsoft" 
  4. ^ "Optional Software Expansion". Acorn Computers. March 1986. http://microcomputer.org.uk/documents/manuals/BBC%20Master/Master_ref_1.pdf#page=12. Retrieved 2010-10-03. "LISP - an artificial intelligence problem-solving language;" 
  5. ^ a b c Waddilove, Roland. "The Language That Strikes Like Lightning". Electron User (Issue 2.4). http://8bs.com/elecgame/list_cassette.htm. Retrieved 2010-10-03. "Acornsoft's variant is available on cassette or ROM cartridge." 
  6. ^ "LISP ROM fitting instructions". Acornsoft. 1983. http://bbc.nvg.org/rom/Acorn/lang/LISP-doc-SBL14.zip. Retrieved 2010-10-03. "Your LISP ROM may be placed in any spare 'sideways ROM' socket." 
  7. ^ ""A CHOICE OF PROGRAMMING LANGUAGES FOR THE BRITISH BROADCASTING CORPORATION MICROCOMPUTER SYSTEM"". Acornsoft. http://acorn.chriswhy.co.uk/docs/Acorn/Brochures/Acorn_APP62_AcornsoftLanguages.pdf?page=3. Retrieved 2010-10-03. "Acornsoft LISP is a fast interactive implementation of LISP containing a number of useful extensions to LISP including LOOP, WHILE and UNTIL control functions." 
  8. ^ ""LISP on the BBC Microcomputer (Open Library)"". Internet Archive. http://openlibrary.org/works/OL192519W/LISP_on_the_BBC_Microcomputer. Retrieved 2010-10-03. "This book described the Acornsoft LISP system for the BBC Microcomputer and Acorn Electron." 
  9. ^ Norman, Arthur; Cattell, Gillian (1983). LISP on the BBC Microcomputer. Acornsoft. ISBN 0-907876-08-0. 
  10. ^ a b "LISP for the BBC Microcomputer Model B". Acornsoft. http://www.bbcdocs.com/filebase/software/apps/LISP_SNL02.zip. Retrieved 2010-10-03. "To load the demonstration image, which contains a LISP program to work out the best route between towns on a map, enter (LOAD 'ROUTE-M) from within LISP" 

External links