# HG changeset patch # User Steve Losh # Date 1474384985 0 # Node ID bbf39c61e3fef07468d1e2a238ce51347d379f3f # Parent 500ef047ae2c025f55c23ee0c02240be9fb4013d Spec diff -r 500ef047ae2c -r bbf39c61e3fe content/blog/2016/09/iterate-averaging.html --- a/content/blog/2016/09/iterate-averaging.html Tue Sep 20 14:00:45 2016 +0000 +++ b/content/blog/2016/09/iterate-averaging.html Tue Sep 20 15:23:05 2016 +0000 @@ -9,9 +9,9 @@ {% block article %} When I first started learning Common Lisp, one of the things I learned was the -[loop macro][loop]. `loop` is powerful, but it's not extensible and [some -people find it ugly][lol]. The [iterate][] library was made to solve both of -these problems. +[loop macro][loop]. `loop` is powerful, but it's not extensible (at least not +*portably*) and [some people find it ugly][lol]. The [iterate][] library was +made to solve both of these problems. Unfortunately I haven't found many guides or resources on how to extend `iterate`. The `iterate` manual describes the macros you need to use, but only