<br><br><div class="gmail_quote">On Mon, Aug 2, 2010 at 15:48, Keiko Nakata <span dir="ltr"><<a href="mailto:keiko@kurims.kyoto-u.ac.jp">keiko@kurims.kyoto-u.ac.jp</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
From: Laurent <<a href="mailto:laurent.orseau@gmail.com">laurent.orseau@gmail.com</a>><br>
<div class="im"><br>
> Maybe you could use `(let () *body ...*)' instead? It should be closer to<br>
> your intentions.<br>
<br>
</div>Can you tweak my code<br></blockquote><div><br>I'm not at ease with continuations too and I wouldn't want to give you wrong answers so I let gurus answer that.<br>But just to avoid the special treatments of `begin', you can replace it directly with a `let ()' form as above.<br>
It will behave as a "sequencing" form, whether at top level or not (IIUC). <br></div></div>