A software package for
serialization of Common Lisp data structures, much like Python's
pickle facility. It supports
CLOS classes and structures, hash tables, arrays, vectors, symbols, numbers, lists, conses, etc. Part of the motivation for this system is that
PLOB! was too complicated for the author's purposes. As this is old (but still working) code, it includes an old-school
define-system macro, with support for Genera,
LispWorks,
ACL, and
MCL.
Repository: https://github.com/lambdamikel/Common-Lisp-Persistency-Manager
License: GPL3
Topic:
persistence