JOSS III

1 program Added 2026-02-10T20:41:01.784763Z Evidence Report issue View issues
Aliases: JOSS 3

Sources mentioning this language

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

Related languages

JOSS I (0.41)JOSS (0.36)JOSS IV (0.32)dBASE III (0.23)RPG III (0.17)

LLM-contributed programs

Fibonacci Sequence Calculator

Provenance: commit 6a3e53254b · authored 2026-02-10T21:42:47+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.joss · added: 2026-02-10T20:41:30.494015Z
1.1 Type "Fibonacci sequence calculator"
1.2 Set x = 0.
1.3 Set y = 1.
1.4 Type "Enter number of terms: "
1.5 Demand n.
1.6 For i = 1(1)n, do part 2.
2.1 Type x
2.2 Set z = x + y.
2.3 Set x = y.
2.4 Set y = z.

Contribute — propose a file extension

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