IMP
1 program
Added 2026-02-06T11:59:39Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Edinburgh IMP
Provenance: commit 8b0c25e208 · authored 2026-02-06T13:00:17+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/impWikipedia 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 · extensible |
|---|---|
| Typing | static, strong |
| Designed by | National Security Agency · Edgar T. Irons |
| First appeared | 1965 |
| Influenced by | ALGOL 60 |
| License | Proprietary |
| Implemented in | ALGOL 60 |
Related languages
LLM-contributed programs
Factorial Calculator
Provenance: commit 8b0c25e208 · authored 2026-02-06T13:00:17+01:00 · agent claude-code · model sonnet · WebSearch disabled
begin
integer n, fact, i;
n = 5;
fact = 1;
i = 1;
while i <= n do
begin
fact = fact * i;
i = i + 1
end;
print("Factorial of ", n, " is ", fact)
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.)