On Mon, Aug 2, 2010 at 15:48, Keiko Nakata <[email protected]>wrote:
> From: Laurent <[email protected]> > > > Maybe you could use `(let () *body ...*)' instead? It should be closer to > > your intentions. > > Can you tweak my code > I'm not at ease with continuations too and I wouldn't want to give you wrong answers so I let gurus answer that. But just to avoid the special treatments of `begin', you can replace it directly with a `let ()' form as above. It will behave as a "sequencing" form, whether at top level or not (IIUC).
_________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

