jolt/.dirge/memory
Yogthos fdb0f4ab83 Phase 10: Standard Library — clojure.string, clojure.set, clojure.walk
- src/jolt/clojure/string.clj (123 lines, 20 functions):
  blank?, capitalize, lower-case, upper-case, includes?, join,
  replace, replace-first, str-reverse, split, starts-with?,
  ends-with?, trim, triml, trimr, trim-newline, escape,
  index-of, last-index-of
- src/jolt/clojure/set.clj (124 lines, 10 operations):
  union, intersection, difference, select, project, rename,
  rename-keys, map-invert, join, index, subset?, superset?
- src/jolt/clojure/walk.clj (77 lines, 9 functions):
  walk, postwalk, prewalk, postwalk-demo, prewalk-demo,
  postwalk-replace, prewalk-replace, keywordize-keys,
  stringify-keys, macroexpand-all
- src/jolt/core.janet: 11 Janet string interop bindings
  (str-trim, str-upper, str-lower, str-find, str-replace,
  str-replace-all, str-reverse-b, str-join, str-split,
  str-triml, str-trimr)
- test/phase10-test.janet: 2 test sections (40-41)
  15+ assertions covering string and set functions
- All .clj files use eval-form for multi-form loading
- 315 ok, 2 fail (pre-existing, unchanged)
2026-06-03 10:12:51 -04:00
..
.cross_session_state bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
.curator_state bootstrap: SCI core deps loading with 284/304 forms passing 2026-06-01 23:24:13 -04:00
MEMORY.bak.1780457521 Phase 8: Protocol System — defprotocol, extend-type, extend-protocol, satisfies? 2026-06-03 00:18:41 -04:00
MEMORY.md Phase 10: Standard Library — clojure.string, clojure.set, clojure.walk 2026-06-03 10:12:51 -04:00
PITFALLS.md Phase 10: Standard Library — clojure.string, clojure.set, clojure.walk 2026-06-03 10:12:51 -04:00