Juno
1 program
Added 2026-02-07T11:13:03Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 0b0cf5016e · authored 2026-02-07T12:13:57+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/junoRelated languages
LLM-contributed programs
Constrained Horizontal Line
Provenance: commit 0b0cf5016e · authored 2026-02-07T12:13:57+01:00 · agent claude-code · model sonnet · WebSearch disabled
VAR
a, b: PointType;
c: RealType;
CONSTRAINT
Horizontal(a, b);
Distance(a, b) = 100;
c = Angle(a, b);
PROCEDURE DrawLine(p1, p2: PointType);
BEGIN
LineTo(p1.x, p1.y, p2.x, p2.y);
END;
BEGIN
DrawLine(a, b);
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.)