CCL
1 program
Added 2026-03-12T02:05:32Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Common Command Language
Provenance: commit 88699c1ec0 · authored 2026-03-12T03:07:07+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
2 sources · pl_id:
pl/cclRelated languages
LLM-contributed programs
Bibliographic Database Search
Provenance: commit 88699c1ec0 · authored 2026-03-12T03:07:07+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
// CCL (Common Command Language) - ISO 8777
// Bibliographic database search example
FIND SUBJECT "programming languages" AND YEAR > 1985
SORT YEAR DESCENDING
DISPLAY 1-5 FORMAT FULL
FIND AUTHOR "WIRTH" AND SUBJECT "programming"
COMBINE 1 OR 2
DISPLAY 6-10 FORMAT BRIEF
SAVE "programming_search"
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.)