lisp programming language fundamentals
The LISP language is designed primarily for symbolic data processing. It has been used for symbolic calculations in differential and integral calculus, electrical circuit theory, mathematical logic, game playing, and other fields of articial intelligence.

LISP is a formal mathematical language. It is therefore possible to give a concise yet complete description of it.

LISP 1.5 PROGRAMMER'S MANUAL.
- J. McCarthy, P.W. Abrahams, D. J. Edwards, T.P. Hart, and M. Levin.

contents

  1. symbolic-expressions, atoms, list
    1. s-expressions
    2. elementary functions
    3. list
  2. functions
    1. defun
    2. cond
    3. recursion
    4. do, dolist
  3. macros
    1. defining macros
    2. macro expansion
    3. let, setf
  4. io
    1. read
    2. print
    3. format

>> symbolic-expressions, atoms, list
dr. salih yurttas | computer science

Valid HTML 4.01!