Y
Hacker News
new
|
ask
|
show
|
jobs
by
kagevf
698 days ago
Everything is still an expression in CL, but you have to account for different namespaces.
Also, the above can be further shortened to:
(funcall (if (< 1 0) #'+ #'*) 42 100)