Simula
1 program
Added 2025-10-23T07:24:24Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: Simula 67
Provenance: commit 296df939a1 · authored 2025-10-23T09:24:24+02:00 · model x-ai/grok-4-fast
Sources mentioning this language
5 sources · pl_id:
pl/simulaWikipedia 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 | multi-paradigm: procedural · imperative · structured · object-oriented |
|---|---|
| Typing | static, nominative |
| Designed by | Kristen Nygaard · Ole-Johan Dahl |
| First appeared | 1962 |
| Influenced by | ALGOL 60 · SIMSCRIPT |
| Implemented in | ALGOL 60 (mostly) SIMSCRIPT (some parts) |
| Homepage | http://www.simula67.info |
Related languages
LLM-contributed programs
Simple loop printing numbers 1 to 9
Provenance: commit 296df939a1 · authored 2025-10-23T09:24:24+02:00 · model x-ai/grok-4-fast · Temp 0.4
Comment This is a comment line;
Begin
Integer I;
Ref(Printer) P;
P :- New Printer;
I := 1;
While I < 10 Do
Begin
Outint(1, I, 3);
Outimage;
I := I + 1
End;
P.Heading('End of report');
P.Outimage
End
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.)