[r6rs-discuss] [Formal] body should allow mixing declarations
with expressions
Mikael Tillenius
mti at tillenius.com
Mon Mar 12 04:35:37 EDT 2007
I agree with Per Bothner. Removing this restriction simplifies the language.
However in my opinion the following example is bad style:
>
>
> Another use case:
>
> (define (fun)
> (define var1 ...)
> ... do some calculations or whatever ...
> (define var2 depending-on-those-calculations)
> ...rest...)
/Mikael
More information about the r6rs-discuss
mailing list