Yogthos
|
8f97e1d822
|
feat: require loads stdlib namespaces from disk + aliased-ns resolution (s/join); fix str-join to stringify elements (Clojure semantics)
|
2026-06-04 14:45:52 -04:00 |
|
Yogthos
|
08de360315
|
fix: Clojure str/pr-str semantics (nil->'', keywords ':b', symbols, collections render with reader syntax); fix incorrect str-nil test
|
2026-06-04 14:33:45 -04:00 |
|
Yogthos
|
cbc610c665
|
fix: unified recursive destructuring (nested seq/map, :strs/:syms, :or, :as, fn-params); proper defn docstring/attr-map handling
|
2026-06-04 14:31:24 -04:00 |
|
Yogthos
|
92682187a8
|
fix: truly lazy concat enabling self-referential lazy-cat/lazy-seq (fib-seq); CRITICAL conformance round 28/28
|
2026-06-04 14:09:15 -04:00 |
|
Yogthos
|
3c77f6a9c0
|
fix: lazy iterate/range(infinite)/single-coll-map over lazy input; realize lazy-seqs in reduce/filter
|
2026-06-04 14:06:02 -04:00 |
|
Yogthos
|
2ea5b2bb5f
|
fix: unify vector repr on tuples; realize lazy-seqs in =/vec/into; fix into for maps/lists; restore ns after PV load; deftype field-access fallback in IFn dispatch
|
2026-06-04 13:59:36 -04:00 |
|
Yogthos
|
accb7a2c2f
|
feat: collection-as-IFn dispatch (vector/map/set/keyword); add Clojure conformance harness
|
2026-06-04 13:50:54 -04:00 |
|
Yogthos
|
1d47fc9ad2
|
bd init: initialize beads issue tracking
|
2026-06-04 13:46:11 -04:00 |
|