JOSS

1 program Added 2025-11-12T09:16:34Z Model: google/gemini-2.5-proTemp: 0.4 Evidence Report issue View issues
Aliases: —
Provenance: commit 1a125c1330 · authored 2025-11-12T10:16:34+01:00 · model google/gemini-2.5-pro

Sources mentioning this language

4 sources · pl_id: pl/joss
LLM (this repo) · 1PldbWikipediaWikidata · Q974083

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Paradigmsnon-structured · procedural · imperative
Designed byRAND Corporation · Cliff Shaw
First appeared1963
Implemented inassembly language

Related languages

JOSS I (0.42)JOSS IV (0.38)JOSS III (0.36)JASS (0.30)GPSS (0.20)

LLM-contributed programs

Prime Number Generator

Provenance: commit 1a125c1330 · authored 2025-11-12T10:16:34+01:00 · model google/gemini-2.5-pro · Temp 0.4
code.joss · added: 2025-11-12T09:16:34Z
1.1 Type "PRIME NUMBER GENERATOR".
1.2 Type "This program computes and types all prime numbers".
1.3 Type "less than or equal to a given number, N.".
1.4 Type " ".
1.5 Demand N.
1.6 Do part 2 for i=2,3,5:N.
1.7 Type " ".
1.8 Type "Done.".

2.1 Let j=sqrt(i).
2.2 Do part 3 for k=2,3,5:j.
2.3 Type i in form 1.

3.1 Let m=fp(i/k).
3.2 Done if m=0.

Form 1:
_._

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about JOSS (mapped to pl/joss). 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/JOSS/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← josie JOSS I →