On Mon, Jun 2, 2008 at 11:36 AM, Nikodemus Siivola nikodemus@random-state.net wrote:
On Mon, Jun 2, 2008 at 9:29 AM, Tobias C. Rittweiler tcr@freebits.de wrote:
You can get this indentation already with
(defmacro if-let (bindings &body (then-form &optional else-form) ...)
Did you refer to this as screwing up the lambda-list?
TCR, you take the cake! This is brilliant! I never realized destructuring applied to &body as well.
Pushed this, and the short-circuiting WHEN-LET* along with IF-LET* deletion.
Cheers,
-- Nikodemus