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>
This commit is contained in:
2026-05-06 22:01:51 +00:00
parent d25cb1223e
commit 2f7f8189ea
23 changed files with 756 additions and 85 deletions

View File

@@ -0,0 +1,121 @@
{
"lang": "haskell",
"captured": "2026-05-06T22:01:00Z",
"suite_command": "bash lib/haskell/conformance.sh",
"totals": {
"pass": 0,
"fail": 18,
"total": 18
},
"suites": [
{
"name": "fib",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "sieve",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "quicksort",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "nqueens",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "calculator",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "collatz",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "palindrome",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "maybe",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "fizzbuzz",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "anagram",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "roman",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "binary",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "either",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "primes",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "zipwith",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "matrix",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "wordcount",
"pass": 0,
"fail": 1,
"total": 1
},
{
"name": "powers",
"pass": 0,
"fail": 1,
"total": 1
}
],
"source_scoreboard": "lib/haskell/scoreboard.json"
}