Clite

1 program Added 2026-03-10T18:44:57Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: CLite
Provenance: commit 89148a90bb · authored 2026-03-10T19:45:35+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

F-lite (0.33)mLite (0.33)Clio (0.27)Clue (0.27)Kite (0.27)

LLM-contributed programs

Sum of integers 1 to 10

Provenance: commit 89148a90bb · authored 2026-03-10T19:45:35+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.cl · added: 2026-03-10T18:44:57Z
void main () {
    int i;
    int n;
    int result;
    n = 10;
    result = 0;
    i = 1;
    while (i <= n) {
        result = result + i;
        i = i + 1;
    }
}

Contribute — propose a file extension

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