/CL_record

Common Lisp record

Primary LanguageCommon Lisp

ref COMMON LISP A Gentle Introduction to Symbolic Computation

recorsion

The Three Rules Of Recursion

  1. Know when to stop
  2. Decide how to take one step
  3. Break the journey down into that step plus a smaller journey

sample