Karel (programming language)
Aliases: Karel, Karel the Robot
Sources mentioning this language
4 sources · pl_id:
pl/karelWikipedia 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 | Richard E. Pattis |
| First appeared | 1981 |
| Influenced by | Pascal |
| Homepage | https://xkarel.sourceforge.net/ |
Related languages
LLM-contributed programs
Define turnright and move
BEGINNING-OF-PROGRAM
DEFINE-NEW-INSTRUCTION turnright AS
ITERATE 3 TIMES
turnleft;
END
BEGINNING-OF-EXECUTION
move;
turnright;
move;
turnoff;
END-OF-EXECUTION
END-OF-PROGRAM
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.)