jolt/.clj-kondo/.cache
Yogthos 2068f6e9f2 fix: add <, >, <=, >= comparison operators to clojure.core
Root cause of bmn-assoc failure: < operator missing from core-bindings.
All loop conditions in HAMT hash map use (< i idx) which silently
failed, causing loops to return nil. Added core-<, core->, core-<=,
core->= bound to Janet's <, >, <=, >=.

Also removed leftover test files from debugging session.
2026-06-02 12:55:16 -04:00
..
v1 fix: add <, >, <=, >= comparison operators to clojure.core 2026-06-02 12:55:16 -04:00