jolt/doc
Yogthos 8a9e386fa7 docs: clarify fn*/let*/loop* take plain symbols only (jolt-f79)
grammar.ebnf: the destructuring note already attributed patterns to the
binding MACROS; make the boundary explicit — the fn*/let*/loop* PRIMITIVES
they desugar to take plain symbols only (a non-symbol binding errors, as
in Clojure).

self-hosting-compiler.md: the 'compile destructuring via a shared
destructure expander instead of falling back' item is done (and its
jolt-7dl ref was stale) — destructuring now compiles through the
fn/let/loop/defn macros' desugaring; the primitives reject patterns.
2026-06-09 13:35:08 -04:00
..
building-and-deps.md bake the .clj stdlib into the binary 2026-06-05 23:51:03 -04:00
grammar.ebnf docs: clarify fn*/let*/loop* take plain symbols only (jolt-f79) 2026-06-09 13:35:08 -04:00
self-hosting-architecture.md Compiler research (#10) 2026-06-09 07:30:25 +08:00
self-hosting-compiler.md docs: clarify fn*/let*/loop* take plain symbols only (jolt-f79) 2026-06-09 13:35:08 -04:00
tools-deps.md support type hints; make metadata coherent 2026-06-06 00:36:10 -04:00