On this site they say there are 10 LISP primitives. The primitives are: atom, quote, eq, car, cdr, cons, cond, lambda, label, apply.
atom, quote, eq, car, cdr, cons, cond, lambda, label, apply
http://hyperpolygl
Paul Graham implements eval using seven.
In McCarthy's Micro Manual for LISP he implements eval using ten.