|
|
|
|
|
by kbp
2366 days ago
|
|
That isn't how that defun would normally be formatted, though. Lisp knows that the 'body' part starts with the 3rd argument (the same way Clojure knows it starts with the second), so it indents the lambda list farther right (if it doesn't fit on the first line, otherwise it would go there). For my eyes, [] aren't distinct enough from () to make the second style preferable. I'd rather have indentation to set it apart. |
|