defenum
The DEFENUM facility provides C++ and Java styled 'enum' in Common Lisp.
$ area51 add defenumCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(defenum:some-function ...)The DEFENUM facility provides C++ and Java styled 'enum' in Common Lisp.
$ area51 add defenumCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(defenum:some-function ...)