Tony Sidaway scripsit:

> During the past week or so I've given it a pretty severe rewrite, and
> in doing so I've learned a lot about Scheme, and particularly its
> history, that I didn't realise I didn't know.

I spotted one error: in a let loop, the loop identifier is not just callable
in a "procedure-like" way.  It's bound to an actual first-class procedure
which can be exported from the loop and called at any time.

-- 
John Cowan    co...@ccil.org    http://ccil.org/~cowan
The whole of Gaul is quartered into three halves.
        --Julius Caesar


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to