Charm
1 program
Added 2026-02-27T00:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit ca0d66e552 · authored 2026-02-27T12:22:13+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
4 sources · pl_id:
pl/charmWikipedia 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 | structured |
|---|---|
| Designed by | P. Nowosad |
| First appeared | 1996 |
| Influenced by | RTL/2 · C · Pascal |
| Homepage | http://charm.qu-bit.co.uk |
Related languages
LLM-contributed programs
Hello World
Provenance: commit ca0d66e552 · authored 2026-02-27T12:22:13+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
ext proc write_string (ref array char);
module hello;
ent proc start ();
write_string ("Hello world");
end_proc;
end_module;
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.)