DARSIMCO
1 program
Added 2026-02-11T09:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Dartmouth Simplified Code
Provenance: commit ab6fabe765 · authored 2026-02-11T11:57:46+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/darsimcoWikipedia 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 | procedural |
|---|---|
| Designed by | Dartmouth College · John G. Kemeny |
| First appeared | 1956 |
| Implemented in | Assembly |
Related languages
LLM-contributed programs
Arithmetic Operations
Provenance: commit ab6fabe765 · authored 2026-02-11T11:57:46+01:00 · agent claude-code · model sonnet · WebSearch disabled
* DARSIMCO program to compute mathematical operations
* A + B = C
LDA A · FAD B · STO C
* C - A = D
LDA C · FSB A · STO D
* D * B = E
LDA D · FMP B · STO E
* Display results
OUT C
OUT D
OUT E
* Define variables
A 5.0
B 3.0
C 0.0
D 0.0
E 0.0
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.)