10 lines
360 B
Clojure
10 lines
360 B
Clojure
(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]])
|