logoalt Hacker News

db48xyesterday at 11:48 PM0 repliesview on HN

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.