Summaries of Selected Chapters in Winston/Horn Lisp text
- Chapter 2
- Chapter 3, Defun, Let and Let*.
- Chapter 4, Predicates, If, Cond.
- Chapter 5 #1 Recursion examples #1.
- Chapter 5 #2 Recursion examples #2.
- Optional Parameters, p. 83 Chap. 5.
- Mapcar, Apply, Function #', Lambda, Mappend examples, Chap 6, p. 104.
- Property Lists.
- Examples of loops in Lisp: DO, DOLIST, DOTIMES, LOOP.
Also examples of the grouping statements PROG1 AND PROGN.
- Best First and A* searches.