Update optimizer_purity.myc
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
;; Benchmark: 503ns
|
;; Benchmark: 503ns
|
||||||
;; Benchmark-Repeat: 3987
|
;; Benchmark-Repeat: 3987
|
||||||
(do
|
(do
|
||||||
(def PI 3.1415)
|
|
||||||
(def area (fn [x] (* PI x)))
|
(def area (fn [x] (* PI x)))
|
||||||
(area 10)
|
(area 10)
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user