Jump to content

Golden Common-LISP: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:


==Versions==
==Versions==
* 1 (1984) - Included interpreter, editor and a separate tutorial.
* 1.00 (1984) - Included interpreter, editor and a separate tutorial.
* 1.01 (Aug 1985)
* 1.1 - Last 1.x branch version
* 1.1 - Last 1.x branch version
* 2.2
* 2.2
Line 13: Line 14:
*3.0 (Jan 1988)
*3.0 (Jan 1988)
;Golden Common Lisp Developer
;Golden Common Lisp Developer
*3.1 (1989)
*4.4
*5.0
*5.0
;Golden Common Lisp SE
;Golden Common Lisp SE

Latest revision as of 19:45, 1 September 2023

Golden Common-LISP (GCLISP) is an interpreted implementation of Common Lisp.

History

Originally introduced in 1984 for DOS machines, early versions were quite far from implementing the full standard and were dynamically scoped rather than lexically.

With release 3 in 1988 the system had achieved a more or less full CL compatibility. The system is still being sold in a budget version for DOS called "Golden Common-Lisp SE", that is intended for educational use.

Versions

  • 1.00 (1984) - Included interpreter, editor and a separate tutorial.
  • 1.01 (Aug 1985)
  • 1.1 - Last 1.x branch version
  • 2.2
Golden Common Lisp Developer 286
  • 3.0 (Jan 1988)
Golden Common Lisp Developer
  • 3.1 (1989)
  • 4.4
  • 5.0
Golden Common Lisp SE

Publications

Licence

  • Closed source commercial software
  • Author: Gold Hill Computers

Links