VAL-II

1 program Added 2026-02-13T14:29:07Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: VAL II, VALII
Provenance: commit ccad411fd6 · authored 2026-02-13T15:30:06+01:00 · agent claude-code · model sonnet

Sources mentioning this language

2 sources · pl_id: pl/val-ii
LLM (this repo) · 1Pldb

Related languages

IPL-III (0.23)Vale (0.18)META II (0.17)META-II (0.17)SNOBOL2 (0.17)

LLM-contributed programs

Pick and Place

Provenance: commit ccad411fd6 · authored 2026-02-13T15:30:06+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.val · added: 2026-02-13T14:29:38Z
;; VAL-II program: Pick and Place
;; Demonstrates basic robot motion and I/O

.PROGRAM pickplace()
    HOME                   ; Move robot to home position
    APPRO pnt1, 50         ; Approach point 1 from 50mm away
    MOVE pnt1              ; Move to pick position
    CLOSEI 1               ; Close gripper (signal 1)
    DELAY 0.5              ; Wait 0.5 seconds
    DEPART 50              ; Depart 50mm upward
    APPRO pnt2, 50         ; Approach point 2
    MOVE pnt2              ; Move to place position
    OPENI 1                ; Open gripper
    DELAY 0.5              ; Wait 0.5 seconds
    DEPART 50              ; Depart upward
    HOME                   ; Return to home position
.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.)

Contribute — propose a file extension

Tell us where to find evidence about VAL-II (mapped to pl/val-ii). 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/VAL-II/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Val Vala →