jolt/jolt-core
Yogthos 30a308f3ef core: start moving clojure.core to Clojure (overlay loaded at init)
Phase 4 kernel-shrink seam. jolt-core/clojure/core.clj holds the Clojure portion
of clojure.core; api/init loads it into the clojure.core namespace after
init-core! interns the Janet primitives, routed through eval-toplevel so it
compiles via the self-hosted pipeline (or interprets when :compile? is off).

First three fns moved off the Janet side: ffirst, fnext, nnext (leaf, no internal
callers). Same results compiled or interpreted; full suite green; battery holds
3913.
2026-06-06 11:45:31 -04:00
..
clojure core: start moving clojure.core to Clojure (overlay loaded at init) 2026-06-06 11:45:31 -04:00
jolt self-host: make it the only compile path; drop the bootstrap as a selectable path 2026-06-06 11:34:02 -04:00