From: Mark Wooding Date: Tue, 3 Jun 2008 11:27:51 +0000 (+0100) Subject: queue, dep: Dependent-value management. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/lisp/commitdiff_plain/2626af6648d844d428b3da1c12d1401e42405593?hp=2626af6648d844d428b3da1c12d1401e42405593 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. ---