KRL
1 program
Added 2025-10-28T09:12:02Z
Model: deepseek/deepseek-chat-v3-0324Temp: 0.4
Evidence
Report issue
View issues
Aliases: KUKA Robot Language
Provenance: commit 95038bd307 · authored 2025-10-28T10:12:02+01:00 · model deepseek/deepseek-chat-v3-0324
Sources mentioning this language
6 sources · pl_id:
pl/krlWikipedia 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 | knowledge representation |
|---|---|
| Designed by | Daniel G. Bobrow · Terry Winograd |
| First appeared | 1976 |
Extensions claimed by this language
1 claim. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.krl | linguist | primary | 27.5K files |
Related languages
LLM-contributed programs
KRL Pick and Place Program
Provenance: commit 95038bd307 · authored 2025-10-28T10:12:02+01:00 · model deepseek/deepseek-chat-v3-0324 · Temp 0.4
DEF PickAndPlace()
; Initialization
PTP HOME
; Move to pick position
LIN {X 100, Y 200, Z 300, A 0, B 0, C 0}
; Close gripper
$OUT[1] = TRUE
WAIT SEC 0.5
; Move to place position
LIN {X 400, Y 500, Z 600, A 0, B 0, C 0}
; Open gripper
$OUT[1] = FALSE
WAIT SEC 0.5
; Return to home
PTP HOME
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.)