defenum

BSD

The DEFENUM facility provides C++ and Java styled 'enum' in Common Lisp.

$ area51 add defenumCopy

Usage

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

Dependencies