Data Equality
internally Lisp refers to most objects via pointers
fundamental equality operation is eq
- only true if the two arguments point to the same object
- test is very efficient
eql, which is slightly less restrictive than eq, is the default test for equality in most functions which do comparison of objects