generic-cl

MIT

Standard Common Lisp functions implemented using generic functions.

$ area51 add generic-clCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(generic-cl:some-function ...)