|
| This Article | ||
| ||
| Share | ||
| Bibliographic References | ||
| Add to: | ||
| | ||
| Search | ||
| ||
| ASCII Text | x | ||
| W. Teitelman, "Clisp: Conversational Lisp," IEEE Transactions on Computers, vol. 25, no. 4, pp. 354-357, April, 1976. | |||
| BibTex | x | ||
| @article{ 10.1109/TC.1976.1674617, author = {W. Teitelman}, title = {Clisp: Conversational Lisp}, journal ={IEEE Transactions on Computers}, volume = {25}, number = {4}, issn = {0018-9340}, year = {1976}, pages = {354-357}, doi = {http://doi.ieeecomputersociety.org/10.1109/TC.1976.1674617}, publisher = {IEEE Computer Society}, address = {Los Alamitos, CA, USA}, } | |||
| RefWorks Procite/RefMan/Endnote | x | ||
| TY - JOUR JO - IEEE Transactions on Computers TI - Clisp: Conversational Lisp IS - 4 SN - 0018-9340 SP354 EP357 EPD - 354-357 A1 - W. Teitelman, PY - 1976 KW - Automatic error correction KW - extensible languages KW - interactive systems KW - Lisp KW - list processing KW - programming KW - programming languages. VL - 25 JA - IEEE Transactions on Computers ER - | |||
Clisp is an attempt to make Lisp programs easier to read and write by extending the syntax of Lisp to include infix operators, IF-THEN statements, FOR-DO-WHILE statements, and similar Algol-like constructs, without changing the structure or representation of the language. Clisp is implemented through Lisp's error handling machinery, rather than by modifying the interpreter. When an expression is encountered whose evaluation causes an error, the expression is scanned for possible Clisp constructs, which are then converted to the equivalent Lisp expressions. Thus, users can freely intermix Lisp and Clisp without ut having to distinguish which is which. Emphasis in the design and development of Clisp has been on the system aspects of such a facility, with the goal of producing a useful tool, not just another language. To this end, Clisp includes interactive error correction and many "do-what-I-mean" features.
Index Terms:
Automatic error correction, extensible languages, interactive systems, Lisp, list processing, programming, programming languages.
Citation:
W. Teitelman, "Clisp: Conversational Lisp," IEEE Transactions on Computers, vol. 25, no. 4, pp. 354-357, April 1976, doi:10.1109/TC.1976.1674617
Usage of this product signifies your acceptance of the Terms of Use.

