XPL
1 program
Added 2026-02-05T22:58:07.010111Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit e39741c220 · authored 2026-02-05T23:58:48+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/xplRelated languages
LLM-contributed programs
Hello World
Provenance: commit e39741c220 · authored 2026-02-05T23:58:48+01:00 · agent claude-code · model sonnet · WebSearch disabled
/* Simple XPL program to print text */
DECLARE OUTPUT CHARACTER;
OUTPUT = 'HELLO, WORLD!';
CALL PRINT_STRING(OUTPUT);
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.)