From 2cb2f72d91c4dc4fef52fa208c071b0c7181e468 Mon Sep 17 00:00:00 2001 From: vindarel Date: Wed, 11 Jul 2018 17:28:53 +0200 Subject: [PATCH] add general-accumulator, an extensible value accumulator library --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 80dc6616..80c83729 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,8 @@ Language extensions where execution is automatically continued, but the information of the current stack is still useful to store somewhere. [Artistic License 2.0][51]. +* [general-accumulator](https://github.com/tlikonen/cl-general-accumulator) - +A general-purpose, extensible value accumulator library. Public domain. CLOS extensions