defvariant
Variants in Common Lisp.
$ area51 add defvariantCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(defvariant:some-function ...)Variants in Common Lisp.
$ area51 add defvariantCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(defvariant:some-function ...)