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: