goof-loop/goof
Linus 93aa5aa439 Simplified the iterator protocol.
There is no need for :acc clauses to intoduce loop variables, or for :for clauses to introduce acc clauses.
They are now changed.

 * goof.scm (cl-next/acc cl-next/for): removed the unused matchings for loop-vars and acc-vars respectively.
 * goof/iterators.scm (all iterators): simplified it.
2021-01-06 21:24:15 +01:00
..
helpers.scm Made it a module. 2020-12-16 20:17:13 +01:00
iterators.scm Simplified the iterator protocol. 2021-01-06 21:24:15 +01:00
ref-let.scm Made it a module. 2020-12-16 20:17:13 +01:00