Citrine
1 program
Added 2026-02-08T13:37:03Z
Agent: claude-codeModel: opusWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit c5715b3e4c · authored 2026-02-08T14:37:51+01:00 · agent claude-code · model opus
Sources mentioning this language
4 sources · pl_id:
pl/citrineWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | object-oriented · prototype-based |
|---|---|
| Typing | dynamic |
| Designed by | Gabor de Mooij · Aavesh Jilani |
| First appeared | 2014 |
| Influenced by | Smalltalk · Self |
| License | BSD |
| Homepage | http://citrine-lang.org |
Extensions 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 |
|---|---|---|---|
.ctr | wikidata | primary | 13.4K files |
Related languages
LLM-contributed programs
Fibonacci Sequence
Provenance: commit c5715b3e4c · authored 2026-02-08T14:37:51+01:00 · agent claude-code · model opus · WebSearch disabled
Pen write: 'Fibonacci sequence:', brk.
x := 0.
y := 1.
10 times: {
Pen write: x, brk.
z := x + y.
x := y.
y := z.
}.
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.)