[racket-dev] `cond' / `when' / `unless' / etc bodies
Thanks. In lacked to see the introduction of this feature. I checked and it
works (OF COURSE)
Jos
> -----Original Message-----
> From: Matthew Flatt [mailto:mflatt at cs.utah.edu]
> Sent: 12 October 2010 16:40
> To: Jos Koot
> Cc: dev at racket-lang.org
> Subject: Re: [racket-dev] `cond' / `when' / `unless' / etc bodies
>
> At Tue, 12 Oct 2010 16:35:54 +0200, "Jos Koot" 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 ...).
>
> In 5.0.1, we changed `let' (and internal definitions in
> general) to allow `(let () def-or-expr ...)'.
>