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/simula
LLM (this repo) · 1PldbWikipediaRosettacodeWikidata · Q212569

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Paradigmsmulti-paradigm: procedural · imperative · structured · object-oriented
Typingstatic, nominative
Designed byKristen Nygaard · Ole-Johan Dahl
First appeared1962
Influenced byALGOL 60 · SIMSCRIPT
Implemented inALGOL 60 (mostly) SIMSCRIPT (some parts)
Homepagehttp://www.simula67.info

Related languages

Simula67 (0.73)SIMULA 67 (0.69)Simula-67 (0.69)Simula I (0.39)Simulink (0.29)

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
code.sim · added: 2025-10-23T07:24:24Z
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.)

Contribute — propose a file extension

Tell us where to find evidence about Simula (mapped to pl/simula). 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/Simula/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← simul SIMULA 67 →