• Joined on 2024-04-09
giles pushed to hs-f at coop/rose-ash 2026-05-08 23:57:57 +00:00
30a7dd2108 JIT: mark Phase 1 done in architecture plan; document WASM ABI rollout caveat
giles pushed to hs-f at coop/rose-ash 2026-05-08 23:55:07 +00:00
b9d63112e6 JIT: Phase 1 — tiered compilation (call-count threshold)
giles pushed to loops/apl at coop/rose-ash 2026-05-08 23:53:56 +00:00
eeb530eb85 apl: quicksort.apl runs as-written (+7); Phase 10 complete
giles pushed to loops/js at coop/rose-ash 2026-05-08 23:52:50 +00:00
c45a2b34a0 js-on-sx: js-is-space? covers full ES WhiteSpace + LineTerminator set
giles pushed to loops/ocaml at coop/rose-ash 2026-05-08 23:40:43 +00:00
bc4f4a5477 ocaml: phase 5.1 roman.ml baseline + top-level 'let () = expr'
giles pushed to loops/apl at coop/rose-ash 2026-05-08 23:35:19 +00:00
36e1519613 apl: life.apl runs as-written (+5 e2e)
giles pushed to loops/haskell at coop/rose-ash 2026-05-08 23:12:41 +00:00
aa620b767f haskell: Phase 17 — expression type annotations (x :: Int) (parse + desugar pass-through)
giles pushed to loops/js at coop/rose-ash 2026-05-08 23:08:08 +00:00
20997d3360 js-on-sx: NativeError prototype chain + [object Error/Date/Map/Set] brands
giles pushed to architecture at coop/rose-ash 2026-05-08 23:02:17 +00:00
57a84b372d Merge loops/minikanren into architecture: full miniKanren-on-SX library
416546cc07 regen: WASM build artifacts after hs-f merge
Compare 2 commits »
giles pushed to loops/apl at coop/rose-ash 2026-05-08 23:00:49 +00:00
d1a491e530 apl: ⍎ execute — eval string as APL source (+8)
giles pushed to loops/datalog at coop/rose-ash 2026-05-08 23:00:29 +00:00
a4ef271459 datalog: cousin (multi-adornment same-relation) magic test (240/240)
giles pushed to architecture at coop/rose-ash 2026-05-08 22:55:33 +00:00
f0c0a5e19f Merge remote-tracking branch 'origin/loops/tcl' into architecture
55ecdf24bb plans: Phase 7 verified — 427/427 (idiom 110)
50b69bcbd0 tcl: fix Phase 7d oo tests using ::name-with-hyphens
14986d787d tcl: Phase 7 — try/trap, exec pipelines, string audit, regexp, TclOO [WIP]
9dd9fb9c37 plans: layered-stack framing + chisel sequence + loop scaffolding
Compare 5 commits »
giles pushed to loops/apl at coop/rose-ash 2026-05-08 22:55:08 +00:00
015ecb8bc8 apl: ⊆ partition — mask-driven split (+8)
giles pushed to loops/tcl at coop/rose-ash 2026-05-08 22:49:33 +00:00
50b69bcbd0 tcl: fix Phase 7d oo tests using ::name-with-hyphens
giles pushed to loops/apl at coop/rose-ash 2026-05-08 22:49:16 +00:00
a074ea9e98 apl: ⊥ decode / ⊤ encode (mixed-radix; +11)
giles pushed to loops/tcl at coop/rose-ash 2026-05-08 22:45:21 +00:00
14986d787d tcl: Phase 7 — try/trap, exec pipelines, string audit, regexp, TclOO [WIP]
giles pushed to loops/apl at coop/rose-ash 2026-05-08 22:42:35 +00:00
ef53232314 apl: ∪ unique / ∪ union / ∩ intersection (+12)
giles pushed to loops/haskell at coop/rose-ash 2026-05-08 22:41:27 +00:00
23afc9dde3 haskell: typecheck.sx 10/15→15/15 + plan Phases 20-22 (HM gaps, classes, integration)
giles pushed to loops/apl at coop/rose-ash 2026-05-08 22:35:40 +00:00
8cdebbe305 apl: ⍸ where — monadic indices-of-truthy + dyadic interval-index
giles pushed to loops/minikanren at coop/rose-ash 2026-05-08 22:29:59 +00:00
5c51f5ef8f GUEST-plan: phase 7 status — naive tabling done, SLG deferred