Talk:Spice Lisp
This is the talk page for discussing improvements to the Spice Lisp article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||||||||||||||||||||||
|
I infer from the existing description that it's a compiler, not an interpreter, but nowhere is this actually stated. Perhaps this fact should be added?—greenrd (talk) 22:02, 10 February 2008 (UTC)
- Lisp is, by definition, an interpreted programming language. Spice Lisp included a compiler that could reduce a lisp function definition to a sequence of low-level, stack-based instructions (much like Java byte codes). The 'eval' function—the heart of the Read-eval-print loop—could directly interpret lisp source code, and it would allow the underlying virtual machine to handle any pre-compiled functions that it encountered along the way.
- This was not a distinguishing feature of Spice Lisp. The architecture was similar to other lisp implementations of its day (e.g., to Symbolics Lisp Machine lisp).71.199.121.113 (talk) 19:48, 29 June 2010 (UTC)
The infobox says, "Host PDP-10, OS TOPS-10." That's not entirely accurate. A TOPS-10 system and Maclisp were used to bootstrap Spice Lisp development, but that platform was quickly abandoned once the PERQ implementation was able to stand on its own. The TOPS-10 version never was complete, and it never was intended to perform well. — Preceding unsigned comment added by 75.149.30.179 (talk) 22:16, 16 April 2019 (UTC)
Relationship to CommonLisp
[edit]Spice Lisp adhered to the CommonLisp specification before either it or the CommonLisp spec was released to the public. 75.149.30.179 (talk) 17:37, 10 September 2019 (UTC)
- Indeed! Guy L. Steele Jr., Author of the original "Common Lisp Reference Manual," sat in on the weekly meetings of the team that developed Spice Lisp while he was drafting the manual. The Spice Lisp team contributed somewhat to the manual, including feedback about what was or was not reasonable to expect from a practical implementation. 74.111.96.172 (talk) 19:56, 9 June 2022 (UTC)
- Start-Class Computer science articles
- Low-importance Computer science articles
- WikiProject Computer science articles
- Start-Class Computing articles
- Mid-importance Computing articles
- Start-Class software articles
- Low-importance software articles
- Start-Class software articles of Low-importance
- All Software articles
- All Computing articles