marshal
dump and load objects
$ area51 add marshalCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(marshal:some-function ...)dump and load objects
$ area51 add marshalCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(marshal:some-function ...)