Hacker News new | ask | show | jobs
by ska80 701 days ago
> what does (the ....) do?

Specifies the type of the form. In this example, it tells the CL compiler that the returned `(+ x y)` is a `fixnum`.

1 comments

Oh thank you!!