bbf39c61e3fe
Spec
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Tue, 20 Sep 2016 15:23:05 +0000 |
parents | 500ef047ae2c |
children | e7bc59b9ebda |
branches/tags | (none) |
files | content/blog/2016/09/iterate-averaging.html |
Changes
--- 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