apl: primes sieve (2=+⌿0=A∘.|A)/A←⍳N + apl-compress (+11 tests, 280/280)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 1m6s

This commit is contained in:
2026-05-07 04:07:09 +00:00
parent ec26b61cbe
commit ed0853f4a0
8 changed files with 112 additions and 6 deletions

View File

@@ -4,9 +4,10 @@
"operators": {"pass": 117, "fail": 0},
"dfn": {"pass": 24, "fail": 0},
"tradfn": {"pass": 20, "fail": 0},
"valence": {"pass": 14, "fail": 0}
"valence": {"pass": 14, "fail": 0},
"programs": {"pass": 11, "fail": 0}
},
"total_pass": 269,
"total_pass": 280,
"total_fail": 0,
"total": 269
"total": 280
}