Plaster

common-lisp
(fn (+ %1 (+ 2 %2))) ;; Expansion in module where `fn` is defined: #'(lambda (%1 %2) (+ %1 (+ 2 %2))) ;; Expansion when imported into another module: #'(lambda () (+ %1 (+ 2 %2)))