• Joined on 2024-04-09
giles pushed to loops/haskell at coop/rose-ash 2026-04-25 00:28:21 +00:00
04a25d17d0 haskell: seq + deepseq via lazy-builtin flag (+9 tests, 368/368)
giles pushed to loops/lua at coop/rose-ash 2026-04-25 00:24:06 +00:00
fd32bcf547 lua: string.format width/zero-pad/hex/octal/char/precision +6 tests
giles pushed to loops/forth at coop/rose-ash 2026-04-25 00:23:05 +00:00
47f66ad1be forth: pictured numeric output <#/#/#S/#>/HOLD/SIGN + U./U.R/.R (Hayes 448/638, 70%)
giles pushed to loops/smalltalk at coop/rose-ash 2026-04-25 00:19:34 +00:00
4e7d2183ad smalltalk: tokenizer + 63 tests
6a00df2609 smalltalk: plan + briefing + sx-loops 8th slot
Compare 2 commits »
giles created branch loops/smalltalk in coop/rose-ash 2026-04-25 00:19:34 +00:00
giles pushed to loops/lua at coop/rose-ash 2026-04-25 00:14:16 +00:00
d170d5fbae lua: skip top-level guard when chunk has no top-level return; loadstring sees user globals
giles pushed to loops/lua at coop/rose-ash 2026-04-25 00:07:01 +00:00
abc98b7665 lua: math fns type-check args (math.sin() now errors instead of returning 0)
giles pushed to loops/hs at coop/rose-ash 2026-04-25 00:01:28 +00:00
4e2e2c781c HS-plan: cluster 31 runtime null-safety blocked (Bucket-D scope)
giles created branch loops/hs in coop/rose-ash 2026-04-25 00:01:28 +00:00
giles pushed to loops/erlang at coop/rose-ash 2026-04-25 00:00:49 +00:00
51ba2da119 erlang: echo.erl minimal server (+7 tests)
giles pushed to loops/prolog at coop/rose-ash 2026-04-24 23:59:47 +00:00
1888c272f9 prolog: clause DB + loader (functor/arity → clauses), 14 tests green
giles pushed to loops/haskell at coop/rose-ash 2026-04-24 23:58:22 +00:00
cc5315a5e6 haskell: lazy : + ranges + Prelude (repeat/iterate/fibs/take, +25 tests, 359/359)
giles pushed to loops/forth at coop/rose-ash 2026-04-24 23:52:45 +00:00
c726a9e0fe forth: double-cell ops D+/D-/DNEGATE/DABS/D=/D</D0=/D0</DMAX/DMIN (+18)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 23:52:42 +00:00
77f20b713d lua: pattern character sets [...] and [^...] +3 tests; tests reach deeper code
giles pushed to loops/lua at coop/rose-ash 2026-04-24 23:44:10 +00:00
0491f061c4 lua: tonumber(s, base) for bases 2-36 +3 tests; math.lua past assert #21
giles pushed to loops/lua at coop/rose-ash 2026-04-24 23:34:09 +00:00
2a4a4531b9 lua: add lua-unwrap-final-return helper (for future use); keep top-level guard
giles pushed to loops/erlang at coop/rose-ash 2026-04-24 23:28:26 +00:00
8a8d0e14bd erlang: bank.erl account server (+8 tests)
giles pushed to loops/forth at coop/rose-ash 2026-04-24 23:25:45 +00:00
b6810e90ab forth: mixed/double-cell math (S>D M* UM* UM/MOD FM/MOD SM/REM */ */MOD); Hayes 342→446 (69%)
giles pushed to loops/lua at coop/rose-ash 2026-04-24 23:23:03 +00:00
f89e50aa4d lua: strip capture parens in patterns so (%a+) matches (captures not returned yet)
giles pushed to loops/haskell at coop/rose-ash 2026-04-24 23:22:22 +00:00
0e53e88b02 haskell: thunks + force, app args become lazy (+6 tests, 333/333)