From bd2a69a16c5f16cf624218cfb425a890071fd831 Mon Sep 17 00:00:00 2001 From: Linus Date: Wed, 16 Dec 2020 20:19:43 +0100 Subject: [PATCH] Readme change. Beta quality! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7efc8b3..8d0026d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # goof-loop - a scheme looping facility -WARNING: CURRENTLY PRE-ALPHA. The examples in this document are not consistent with the current direction I am pushing this (even though they _should_ work). +WARNING: Currently beta-quality. goof-loops aims to be an amalgamation of the racket for loops and Alex Shinn's (chibi-loop). We are many that found racket's for loops a breeze of fresh air, but in the end their most general forms (for/fold and for/foldr) are kinda odd to work with. If you choose not to use those general for loops, you cannot express arbitrary transformations, like say a fibonacci sequence, since for clauses cannot reference eachother. goof-loop tries to fix this: