Lecture 2
Library file function definitions:
- delete
- append
- last
- nth
- length
Problems:
- lack of setq, replaced with setq
- lack of sqrt, created a new function
- read not implemented
LIST REVIEW
Reference to
car and cdr
Reference to
cons
Reference to
list
OTHER LIST FUNCITON
Reference to
delete
Reference to
append
Reference to
last and nth
Reference to
length
ARITHMETIC FUNCTIONS
Reference to
+, -, /, *, 1+ and 1-
BASIC PREDICATES
Reference to
atom
Reference to
listp
Reference to
eq and equal
Reference to
null
Reference to
member
LOGICAL OPERATORS
Reference to
evenp and oddp
Reference to
not
CONDITIONALS
Reference to
cond and if
INPUT/OUTPUT
Reference to
print and write