queue, dep: Dependent-value management.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 3 Jun 2008 11:27:51 +0000 (12:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 3 Jun 2008 11:27:51 +0000 (12:27 +0100)
commit2626af6648d844d428b3da1c12d1401e42405593
treecbbd93337a1012b7dfed6639ccf1eef8ad43cf45
parent340560aa6113fde0aa8a3bb94bcdbb32860f5eea
queue, dep: Dependent-value management.

Queues are useful data structures in their own right and a Lisp
implementation is handy.

Deps were inspired by Ken Tilton's Cells, but lack the latter's CLOS
trappings and probably its hairier features.  In particular, cyclic
dependencies are not permitted.
dep.lisp [new file with mode: 0644]
mdw.asd
queue.lisp [new file with mode: 0644]