Links
Here are some links which are pertinent to the CL Enumerations project.
- common-lisp.net: the host site.
- The
Oracle Java documentation site; you can find there the description of
the
java.util.Enumerationandjava.util.Iteratorinterfaces. - Structure and Interpretation of Computer Programs: the SICP site, where inspiration for the unifier can be found.
- Paradigms of Artificial Intelligence Programming: the PAIP site, where more inspiration for the unifier can be found.