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

@@ -31,6 +31,7 @@ cat > "$TMPFILE" << 'EPOCHS'
(load "lib/apl/tests/dfn.sx")
(load "lib/apl/tests/tradfn.sx")
(load "lib/apl/tests/valence.sx")
(load "lib/apl/tests/programs.sx")
(epoch 4)
(eval "(list apl-test-pass apl-test-fail)")
EPOCHS