Start implementing EH stdlib
This commit is contained in:
9
src/cljs/emptyhead/newlib/scratch.cljs
Normal file
9
src/cljs/emptyhead/newlib/scratch.cljs
Normal file
@@ -0,0 +1,9 @@
|
||||
(ns emptyhead.newlib.scratch
|
||||
"Scratch namespace for development."
|
||||
(:require [emptyhead.newlib.message :as msg]
|
||||
[emptyhead.newlib.delegate :as del]
|
||||
[emptyhead.newlib.math.arithmetic]
|
||||
[emptyhead.newlib.math.number]))
|
||||
|
||||
;; XXX why does the second arg need to be wrapped like this?
|
||||
(del/add-delegate :! [[:EH :PRIM :REIFY]])
|
||||
Reference in New Issue
Block a user