Parallaxis

1 program Added 2026-02-27T18:21:05Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: Parallaxis-III
Provenance: commit 8c888047ed · authored 2026-02-27T19:21:32+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

PBASIC (0.28)pH (0.18)Paradoc (0.17)ParaSail (0.17)PTX (0.14)

LLM-contributed programs

Sieve of Eratosthenes

Provenance: commit 8c888047ed · authored 2026-02-27T19:21:32+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.par · added: 2026-02-27T18:21:05Z
MODULE prime;
CONFIGURATION list [2..200];
CONNECTION ;

VAR next_prime: INTEGER;
    removed   : list OF BOOLEAN;

BEGIN
  REPEAT
    next_prime:= REDUCE.FIRST(DIM(list,1));
    WriteInt(next_prime,10); WriteLn;
    removed := DIM(list,1) MOD next_prime = 0
  UNTIL removed
END prime.

Contribute — propose a file extension

Tell us where to find evidence about Parallaxis (mapped to pl/parallaxis). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Parallaxis/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← parallax-propeller parallel-ellpack →