• Joined on 2024-04-09
giles pushed to architecture at coop/rose-ash 2026-05-01 23:31:10 +00:00
90bc1208d9 plan: tick Phase 22 Forth — all Phase 22 items complete
8019e5725b phase 22 forth: bitwise/string-buffer/memory in lib/forth/runtime.sx (36 forms), 64/64 tests
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 23:25:17 +00:00
2edd426748 plan: tick Phase 22 Tcl — complete, Forth next
3e07727d6b phase 22 tcl: string-buffer/channel/regexp/format/coroutine in lib/tcl/runtime.sx (37 forms), 56/56 tests
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 23:18:31 +00:00
bcde5e126a plan: tick Phase 22 Ruby — complete, Tcl next
182e6f63ef phase 22 ruby: Hash/Set/Regexp/StringIO/Bytevectors/Fiber in lib/ruby/runtime.sx (61 forms), 76/76 tests
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 22:49:45 +00:00
912de5a274 phase-22 APL: runtime.sx vectors/bitwise/sets/reduce/format
giles pushed to architecture at coop/rose-ash 2026-05-01 22:43:09 +00:00
077f4a5d38 phase-22 Smalltalk: runtime.sx numeric/char/Array/Dict/Set/Stream
giles pushed to architecture at coop/rose-ash 2026-05-01 22:33:33 +00:00
36e6762539 phase-22 JS: stdlib.sx bitwise/Map/Set/RegExp + 25 tests
giles pushed to architecture at coop/rose-ash 2026-05-01 21:41:49 +00:00
4022b60901 plan: tick Phase 22 Haskell — runtime.sx done, 148/148 tests
giles pushed to architecture at coop/rose-ash 2026-05-01 21:41:20 +00:00
c02ffcf316 phase 22 Haskell: runtime.sx + 143 tests
giles pushed to architecture at coop/rose-ash 2026-05-01 21:21:59 +00:00
a7790418f8 plan: tick Phase 22 Erlang — runtime.sx complete, 55/55 pass
3c0a963229 erlang-runtime: add lib/erlang/runtime.sx + test.sh (55/55 pass)
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 21:14:51 +00:00
a8613656e9 plan: tick Phase 22 Lua — stdlib complete, 185/185 pass
ec3512d63b lua-runtime: add math/string/table stdlib + delay/force (185/185 pass)
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 21:00:47 +00:00
10c278d073 plan: tick Phase 22 CL — runtime.sx complete, 68/68 pass
1ad8e74aa6 cl-runtime: add lib/common-lisp/runtime.sx + test.sh (68/68 pass)
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 20:21:11 +00:00
f4193a2e8e plan: tick Phase 22 step 1 — baseline sections added
f43659ce51 plan: add SX primitive baseline section to CL/APL/Ruby/Tcl plans
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 19:59:25 +00:00
d4964c166c plan: tick Phase 21 format — complete, Phase 22 next
4d7b3e299c spec: format — CL-style string formatting (~a ~s ~d ~x ~o ~b ~f ~% ~& ~~ ~t)
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 19:16:32 +00:00
6a34ae3ae1 plan: tick Phase 20 bytevectors — complete, Phase 21 next
a381154507 spec: bytevectors (make-bytevector/u8-ref/u8-set!/utf8->string/etc)
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 18:58:12 +00:00
24e1a862fb plan: tick Phase 19 regexp — complete, Phase 20 next
d8d5588e42 spec: regular expressions (make-regexp/regexp-match/regexp-replace + split)
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 18:46:04 +00:00
a40a970080 plan: tick Phase 18 sets — complete, Phase 19 next
3b0ac67a10 spec: sets (make-set/set-add!/set-member?/union/intersection/etc)
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 18:33:12 +00:00
24d78464d8 plan: tick Phase 17 read/write/display — complete, Phase 18 next
7d329f024d spec: read/write/display — S-expression reader/writer on ports
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 17:27:49 +00:00
c8582c4d49 plan: tick Phase 16 rational numbers — complete, Phase 17 next
036022cc17 spec: rational numbers — 1/3 literals, arithmetic, numeric tower integration
Compare 2 commits »
giles pushed to architecture at coop/rose-ash 2026-05-01 16:24:11 +00:00
e9d2003d6a plan: tick Phase 15 complete — math completeness done, Phase 16 next
giles pushed to architecture at coop/rose-ash 2026-05-01 16:23:44 +00:00
be2b11acc2 spec: math completeness — trig, quotient, gcd/lcm, radix number<->string