[racket-dev] `cond' / `when' / `unless' / etc bodies

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Tue Oct 12 10:37:33 EDT 2010

That sounds right to me. Which body-like sequence is missing?

Robby

On Tue, Oct 12, 2010 at 9:35 AM, Jos Koot <jos.koot at telefonica.net> wrote:
> We already have begin-with-definitions. Would there be a great penalty to
> simply wrap every body-like sequence of expressions and definitions with
> begin-with-definitions? The latter even allows more freedom than (let () def
> ... expr ...), for it allows (begin-with-definitions def-or-expr ...). I am
> not sure whether or how this would conflict with optimization.
> Jos
>
>
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>


Posted on the dev mailing list.