[alexandria-devel] Re: Review cycle 1: binding constructs

Luis Oliveira luismbo at gmail.com
Sun Jun 1 17:44:12 UTC 2008


"Nikodemus Siivola" <nikodemus at 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/




More information about the alexandria-devel mailing list