Category level abstraction of Common Lisp.
- ASDF
- A Common Lisp system with built-in CLOS
CL-USER> (asdf:load-system :cl-cat)
or
CL-USER> (require :cl-cat)
if your Common Lisp environment support cl:require
hook.
See the doc/
directory.
Load the test package:
CL-USER> (require :cl-cat-test)
and run the tests on your own!