From e0d19a283067749b58df7efb1b0e44423b43d2f2 Mon Sep 17 00:00:00 2001 From: Ramses Date: Fri, 22 Dec 2023 14:32:25 -0700 Subject: [PATCH] fix gtwiwtg broken link in iteration.md --- iteration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iteration.md b/iteration.md index 9368207..d696aad 100644 --- a/iteration.md +++ b/iteration.md @@ -148,7 +148,7 @@ this: `series` is good, but its function names are different from what we find in functional languages today. You might like the ["Generators -The Way I Want Them Generated"](https://github.com/cbeo/gtwiwtg) +The Way I Want Them Generated"](https://cicadas.surf/cgit/colin/gtwiwtg.git/about/) library. It is a lazy sequences library, similar to `series` although younger and not as complete, with a "modern" API with words like `take`, `filter`, `for` or `fold`, and that is easy to use.