jolt/jolt-core/clojure/core
Yogthos 1ed03e578f Step 6: 40-lazy.clj tier — canonical CLJS implementations in overlay
New jolt-core/clojure/core/40-lazy.clj tier loads after 30-macros,
so lazy-seq macro is available. Ports 7 functions from CLJS core.cljs
(stripped of chunked-seq branches):

  distinct, keep, keep-indexed, map-indexed — lazy-seq + transducer arities
  cycle — idx modulo count via nth
  repeatedly, repeat, iterate — canonical CLJS lazy definitions
  partition-all — lazy with trailing partials via take+nthrest
  dedupe — lazy-seq, matches Clojure

interpose kept native (Janet core) — requires core-renames for
compile-mode resolution (drop + interleave + repeat chain cant
2026-06-08 11:52:55 -04:00
..
00-kernel.clj core: staged-bootstrap kernel tier; move second/peek/subvec/mapv/update to Clojure 2026-06-06 13:15:17 -04:00
00-syntax.clj core: port when-let to the overlay — finishes the Phase 3 macro migration 2026-06-07 19:49:27 -04:00
10-seq.clj Step 5: partition-by, dedupe → lazy overlay + trampoline/rand-int overlay 2026-06-08 11:02:03 -04:00
20-coll.clj Review fixes: restore core-trampoline + rand-int native, remove from overlay 2026-06-08 11:27:11 -04:00
30-macros.clj core: port when-let to the overlay — finishes the Phase 3 macro migration 2026-06-07 19:49:27 -04:00
40-lazy.clj Step 6: 40-lazy.clj tier — canonical CLJS implementations in overlay 2026-06-08 11:52:55 -04:00
MIGRATION.md migration doc: phase 3 status + the hot-macro expansion-speed finding 2026-06-07 08:47:04 -04:00