Golden Common-LISP: Difference between revisions
Appearance
mNo edit summary |
|||
Line 7: | Line 7: | ||
==Versions== | ==Versions== | ||
* | * 1 (1984) - Included interpreter, editor and a separate tutorial. | ||
* 1.1 - Last 1.x branch version | |||
* | * 2.2 | ||
;Golden Common Lisp Developer 286 | |||
* | *3.0 (Jan 1988) | ||
;Golden Common Lisp Developer | |||
* Golden Common | *5.0 | ||
;Golden Common Lisp SE | |||
==Publications== | ==Publications== | ||
Line 22: | Line 23: | ||
*Closed source commercial software | *Closed source commercial software | ||
*Author: Gold Hill Computers | *Author: Gold Hill Computers | ||
==Links== | |||
*[//www.goldhill-inc.com/common.htm Golden Common LISP SE] | |||
*[//www.goldhill-inc.com/developer.html GCLISP Developer] | |||
[[Category:Common Lisp]] | [[Category:Common Lisp]] |
Revision as of 23:42, 29 March 2020
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 (1984) - Included interpreter, editor and a separate tutorial.
- 1.1 - Last 1.x branch version
- 2.2
- Golden Common Lisp Developer 286
- 3.0 (Jan 1988)
- Golden Common Lisp Developer
- 5.0
- Golden Common Lisp SE
Publications
- David Jay Steele: Golden Common Lisp: A Hands-On Approach - Addison Wesley 1989, ISBN 0-201-41653-0
- Eric Bender: Users praise Gold Hill's micro based Common Lisp - ComputerWorld 1985
Licence
- Closed source commercial software
- Author: Gold Hill Computers