Hacker News
new
past
comments
ask
show
jobs
points
by
CodeArtisan
7 hours ago
|
comments
by
db48x
6 hours ago
|
[-]
Almost. It should be (+ a (apply #'+ b)). Common Lisp is a Lisp-2, so a + in the argument position is assumed to be a variable named +, not the function named +, unless you specify otherwise.
reply