clarkgrubb / hyperpolyglot

hyperpolyglot.org
Other
473 stars 94 forks source link

lisp flet and labels #38

Closed 7fe closed 8 years ago

7fe commented 8 years ago

Minor issue. You have to use flet or labels in CL to define a local function.

(flet ((double (x) (* 2 x))) (double 2))

http://stackoverflow.com/questions/32670266/lisp-anonymous-function-local-variable