8000 GitHub - AugustusHuang/cl-cat: Category and constraint level abstraction of Common Lisp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

AugustusHuang/cl-cat

Repository files navigation

cl-cat

Category level abstraction of Common Lisp.

Requirements

  • ASDF
  • A Common Lisp system with built-in CLOS

Installation

CL-USER> (asdf:load-system :cl-cat)

or

CL-USER> (require :cl-cat)

if your Common Lisp environment support cl:require hook.

Documentation

See the doc/ directory.

Test

Load the test package:

CL-USER> (require :cl-cat-test)

and run the tests on your own!

About

Category and constraint level abstraction of Common Lisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0