Give me some Lisp
Submit
(fn (x) x)
(let (a 2) a)
(def! a 2)
(if (> 2 3) 42 24)
(do (def! b 1) 3)
See this page's
Github page.