TAL
1 program
Added 2026-02-06T14:12:27Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Transaction Application Language
Provenance: commit a1de5be27b · authored 2026-02-06T15:13:27+01:00 · agent claude-code · model sonnet
Sources mentioning this language
6 sources · pl_id:
pl/talExtensions 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 |
|---|---|---|---|
.tal | pygments | primary | 6.9K files |
Related languages
LLM-contributed programs
Hello World
Provenance: commit a1de5be27b · authored 2026-02-06T15:13:27+01:00 · agent claude-code · model sonnet · WebSearch disabled
?NOLIST, SOURCE $SYSTEM.SYSTEM.EXTDECS(DEFINEATTR, ZSYSC) ?LIST
PROC HELLO MAIN;
BEGIN
INT .FILENAME[0:11] := "HOMETERM";
INT .BUFFER[0:79];
INT WLEN;
INT ERROR;
CALL OPEN(FILENAME, WLEN, ERROR);
STRING .S := @BUFFER;
S ':=' "Hello, World!" -> @WLEN;
CALL WRITE(FILENAME, BUFFER, WLEN, ERROR);
CALL CLOSE(FILENAME);
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.)