Qore
1 program
Added 2026-02-07T16:08:33Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 8f1cb87ee3 · authored 2026-02-07T17:09:02+01:00 · agent claude-code · model sonnet
Sources mentioning this language
5 sources · pl_id:
pl/qoreWikipedia 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 | multi-paradigm: thread safe / parallel / shared memory · functional · imperative · object-oriented (class-based) · procedural |
|---|---|
| Typing | dynamic, optionally strong |
| Designed by | David Nichols |
| Influenced by | Perl · D · C++ · Java |
| License | MIT License, GNU General Public License, GNU Lesser General Public License |
| Implemented in | C++ · Pthreads |
| Homepage | http://www.qore.org |
Extensions claimed by this language
3 claims. 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 |
|---|---|---|---|
.q | wikipedia | proposed | 806.0K files |
.qm | wikipedia | proposed | 398.5K files |
.qtest | wikipedia | proposed | 4.5K files |
Related languages
LLM-contributed programs
Hello World
Provenance: commit 8f1cb87ee3 · authored 2026-02-07T17:09:02+01:00 · agent claude-code · model sonnet · WebSearch disabled
#!/usr/bin/env qore
%exec-class HelloWorld
class HelloWorld {
constructor() {
printf("Hello, World!\n");
}
}
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.)