|
|
|
|
|
by agumonkey
364 days ago
|
|
there's a hybrid form (sweet-expressions ? i forgot), top-level terms are parens-free eq (mul a a)
(pow a 2)
defun min (a b)
(if (a < b) a b)
IIRC the hack to support this at read time was minimal, and it made a big impact in terms of "mainstream appeal" |
|