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/ccl
LLM (this repo) · 1Pldb

Related languages

Jacl (0.51)DCL (0.51)Stata (0.50)GCL (0.49)NCAR Command Language (0.49)

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
code.ccl · added: 2026-03-12T02:05:32Z
// 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.)

Contribute — propose a file extension

Tell us where to find evidence about CCL (mapped to pl/ccl). 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/CCL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← ccel CCLOLCODE →