English

Dynamic data models: an application of MOP-based persistence in Common Lisp

Software Engineering 2008-02-26 v1

Abstract

The data model of an application, the nature and format of data stored across executions, is typically a very rigid part of its early specification, even when prototyping, and changing it after code that relies on it was written can prove quite expensive and error-prone. Code and data in a running Lisp image can be dynamically modified. A MOP-based persistence library can bring this dynamicity to the data model. This enables to extend the easy prototyping way of development to the storage of data and helps avoiding interruptions of service. This article presents the conditions to do this portably and transparently.

Keywords

Cite

@article{arxiv.0802.3628,
  title  = {Dynamic data models: an application of MOP-based persistence in Common Lisp},
  author = {Pierre Thierry and Simon E. B. Thierry},
  journal= {arXiv preprint arXiv:0802.3628},
  year   = {2008}
}

Comments

Presented at the 4th European Lisp Workshop, co-located with ECOOP 2007. No proceedings

R2 v1 2026-06-21T10:15:40.571Z