[plt-scheme] Inadequate indentation facility in MrEd/DrScheme

From: James Russell (j.russell at alum.mit.edu)
Date: Thu Jun 19 10:38:14 EDT 2008

On Thu, Jun 19, 2008 at 12:49 AM, James Russell <j.russell at alum.mit.edu> wrote:
>
> In the manual, for/fold looks roughly like
>
> (for/fold (foo...)
>          (bar...)
>  body
>  body
>  ...)
>

In an off-list email a correspondent has justly chided me for being lazy here,
and making it look like perhaps I'm using for/fold incorrectly.

'foo' and 'bar' are not, in fact, meant to be bindings themselves,
but (foo...) is meant to stand for the whole list of accumulator bindings,
and (bar...) for the whole list of sequence bindings.

Sorry for any confusion,
James Russell


Posted on the users mailing list.