Files
rose-ash/lib/haskell/scoreboard.json
giles 2f7f8189ea GUEST: step 0 — baseline snapshot
Created lib/guest/baseline/ with normalised scoreboards for all 11 guests:
lua 185/185, forth 64/64, ruby 76/76, apl 73/73, prolog 590/590,
common-lisp 309/309, smalltalk 625/629, tcl 3/4, haskell 0/18 programs,
js 94/148 (test262-slice), erlang 0/0 (suite all-zero).

Re-ran every conformance.sh and test.sh; refreshed each guest's own
scoreboard.{json,md} so per-guest scoreboard matches lib/guest/baseline/<lang>.json.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 22:01:51 +00:00

26 lines
784 B
JSON

{
"date": "2026-05-06",
"total_pass": 0,
"total_fail": 18,
"programs": {
"fib": {"pass": 0, "fail": 1},
"sieve": {"pass": 0, "fail": 1},
"quicksort": {"pass": 0, "fail": 1},
"nqueens": {"pass": 0, "fail": 1},
"calculator": {"pass": 0, "fail": 1},
"collatz": {"pass": 0, "fail": 1},
"palindrome": {"pass": 0, "fail": 1},
"maybe": {"pass": 0, "fail": 1},
"fizzbuzz": {"pass": 0, "fail": 1},
"anagram": {"pass": 0, "fail": 1},
"roman": {"pass": 0, "fail": 1},
"binary": {"pass": 0, "fail": 1},
"either": {"pass": 0, "fail": 1},
"primes": {"pass": 0, "fail": 1},
"zipwith": {"pass": 0, "fail": 1},
"matrix": {"pass": 0, "fail": 1},
"wordcount": {"pass": 0, "fail": 1},
"powers": {"pass": 0, "fail": 1}
}
}