This commit is contained in:
Scott Richmond 2024-08-01 17:40:54 -04:00
parent ea80f81c33
commit ffed651b6e
3 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -11,6 +11,8 @@
(import /src/prelude :as prelude)
(import /src/json :as j)
(math/seedrandom (os/cryptorand 8))
(defn ludus [source]
(when (= :error prelude/pkg) (error "could not load prelude"))
(def ctx @{:^parent prelude/ctx})