chiark / gitweb /
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)
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.


No differences found