Hacker News new | past | comments | ask | show | jobs | submit login

That's some Lisp code; if you enter it at a REPL, it prints the result of evaluating it:

    CL-USER> (defun add (a b) (+ a b))
    ADD



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: