Short Code
1 program
Added 2026-02-06T13:34:45Z
Agent: claude-codeModel: sonnetWebSearch: enabled
Evidence
Report issue
View issues
Aliases: Brief Code, UNIVAC Short Code
Provenance: commit ed3b537172 · authored 2026-02-06T14:35:29+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/short-codeWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Designed by | William F Schmitt · A. B. Tonik · J. R. Logan |
|---|---|
| First appeared | 1950 |
| Influenced by | ENIAC Short Code |
Related languages
LLM-contributed programs
Mathematical Expression Example
Provenance: commit ed3b537172 · authored 2026-02-06T14:35:29+01:00 · agent claude-code · model sonnet · WebSearch enabled
X3 = (X1 + Y1) / X1 * Y1
Variables:
X1 = b
Y1 = c
X3 = a
This computes: a = (b + c) / b * c
Encoded representation:
X3 03 09 X1 07 Y1 02 04 X1 Y1
Grouped into 12-byte words:
07Y10204X1Y1
0000X30309X1
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.)