MATH-MATIC
1 program
Added 2026-02-07T12:20:39Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: AT-3
Provenance: commit be2c982945 · authored 2026-02-07T13:21:31+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/math-maticWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | imperative |
|---|---|
| Designed by | Remington Rand |
| First appeared | 1957 |
| Influenced by | FLOW-MATIC |
Related languages
LLM-contributed programs
Quadratic Formula Solver
Provenance: commit be2c982945 · authored 2026-02-07T13:21:31+01:00 · agent claude-code · model sonnet · WebSearch disabled
READ-ITEM A .
READ-ITEM B .
READ-ITEM C .
VARY D = (B*B) - (4*A*C) .
VARY X1 = (-B + SQRT-OF D) / (2*A) .
VARY X2 = (-B - SQRT-OF D) / (2*A) .
WRITE-ITEM X1 .
WRITE-ITEM X2 .
JUMP TO FINISH .
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.)