Jump to ratings and reviews
Rate this book

LISP 1.5 Programmer's Manual

Rate this book
The LISP language is designed primarily for symbolic data processing used for symbolic calculations in differential and integral calculus, electrical circuit theory, mathematical logic, game playing, and other fields of artificial intelligence.The manual describes LISP, a formal mathematical language. LISP differs from most programming languages in three important ways. The first way is in the nature of the data. In the LISP language, all data are in the form of symbolic expressions usually referred to as S-expressions, of indefinite length, and which have a branching tree-type of structure, so that significant subexpressions can be readily isolated. In the LISP system, the bulk of the available memory is used for storing S-expressions in the form of list structures. The second distinction is that the LISP language is the source language itself which specifies in what way the S-expressions are to be processed. Third, LISP can interpret and execute programs written in the form of S-expressions. Thus, like machine language, and unlike most other high level languages, it can be used to generate programs for further executions.

106 pages, Paperback

First published August 15, 1962

Loading interface...
Loading interface...

About the author

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
19 (51%)
4 stars
15 (40%)
3 stars
3 (8%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 3 of 3 reviews
August 21, 2019
It's quite literally a manual, there are some good ideas specially as to how to show some parts of the LISP code. I couldn't drag myself to read the appendices though.
45 reviews24 followers
September 6, 2015
Doesn't make much sense to read this anymore, unless you are interested in the roots of lisp.
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.