Hacker News new | ask | show | jobs
by kazinator 1815 days ago
The correct Common Lisp "macro" is

   (declaim (inline double))

   (defun double (x) (+ x x))