Arc Forumnew | comments | leaders | submitlogin
1 point by pg 5439 days ago | link | parent

I've never felt 100% sure about it though.


1 point by Adlai 5439 days ago | link

Well, I think it adds just enough clarity to be worth the "seasickness". I guess it's also related to the indentation from CL 'cond:

  (cond ((condition1)
         (result-code1))
        ((condition2)
         (result-code2))
        (default-code))

-----