Readme change. Beta quality!
This commit is contained in:
parent
7ddb707bb7
commit
bd2a69a16c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# goof-loop - a scheme looping facility
|
# 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:
|
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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue