--- 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