Files
EMPTYHEAD/src/cljs/emptyhead/newlib/scratch.cljs
2026-01-23 11:08:52 +01:00

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]])