1 Jun
2008
1 Jun
'08
5:44 p.m.
"Nikodemus Siivola" <nikodemus@random-state.net> writes:
macro IF-LET (bindings then-form &optional else-form)
I only want to raise the question whether IF-LET should be renamed BIF. (Or perhaps BIF could be added as an alias.) My rationale is that IF-LET throws indentation a bit too far to the right. (if-let (it (foo)) (do it) (dont-do it)) vs. (bif (it (foo)) (do it) (dont-do it)) I suspect this name is controversial, though. -- Luís Oliveira http://student.dei.uc.pt/~lmoliv/