7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
;; Benchmark: 55ns
|
|
;; Benchmark-Repeat: 35990
|
|
;; Output: 42
|
|
(do
|
|
(macro t [x] `(fn [~x] ~x))
|
|
(def id (t a))
|
|
(id 42)) |