Guido van Robot

1 program Added 2026-03-17T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: GvR
Provenance: commit 22b4609dfa · authored 2026-03-17T02:34:01+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Robot (0.22)RobotC (0.18)Robot Karol (0.15)GUIDO (0.14)Robot Framework (0.13)

LLM-contributed programs

Staircase Navigation

Provenance: commit 22b4609dfa · authored 2026-03-17T02:34:01+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.gvr · added: 2026-03-17T10:00:00Z
define turn_right {
    turnleft
    turnleft
    turnleft
}

define climb_step {
    turn_right
    move
    turnleft
    move
}

define descend_step {
    turn_right
    move
    turn_right
    move
    turnleft
    turnleft
}

do 3 times {
    climb_step
}

do 3 times {
    move
}

do 3 times {
    descend_step
}

turnoff

Contribute — propose a file extension

Tell us where to find evidence about Guido van Robot (mapped to pl/guido_van_robot). 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/Guido van Robot/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← GUIDO Guile →