Yogthos
|
7ecd781fe6
|
feat: SCI submodule, gensym, doto, defrecord, multi-arity defn
Phase 2: load internal SCI namespaces
- Add SCI as git submodule at vendor/sci
- gensym: symbol generation with prefix+counter
- doto macro: (doto obj (method args)...)
- defrecord macro: emits positional constructor ->TypeName
- name: Clojure core function for keyword/symbol name
- Fix multi-arity defn: indexed? check for vector patterns (tuples)
- Edamame stubs for parser.cljc deps
Internal namespace loading results:
interop: 14 bindings (all OK)
opts: 16 bindings (all OK — defrecord fixed)
parser: 2 bindings (6 failures: utils/new-var, edamame/normalize-opts)
analyzer/interpreter: pending (15+ deps each)
|
2026-06-02 01:41:44 -04:00 |
|