[alexandria-devel] [PATCH] Added Scheme's LET as LET@

Nikodemus Siivola nikodemus at random-state.net
Sat Jan 26 14:21:46 UTC 2013


On 2 August 2012 05:41, Pierre Thierry <pierre at nothos.net> wrote:

> +(defmacro let@ (name bindings &body body)
> +    "LET@ is RnRS' LET.

I'm OK with a named-let in principle, I think. Maybe. But I'm dead-set
against calling it let at .

Rename into something descriptive, add test-cases, add to
documentation, and this can probably be merged.

(Most of the time when I see code written with named let I want to
rewrite it into something more readable, but I'm willing to believe
that it doesn't have to be always bad...)

Cheers,

 -- Nikodemus




More information about the alexandria-devel mailing list