eC
1 program
Added 2025-11-12T11:35:32Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 7296eceb0a · authored 2025-11-12T12:35:32+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
6 sources · pl_id:
pl/ecExtensions claimed by this language
4 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 |
|---|---|---|---|
.ec | linguist | primary | 51.1K files |
.ec | pygments | primary | 51.1K files |
.eh | linguist | secondary | 4.2K files |
.eh | pygments | secondary | 4.2K files |
LLM-contributed programs
Hello World in eC
Provenance: commit 7296eceb0a · authored 2025-11-12T12:35:32+01:00 · model x-ai/grok-4-fast · Temp 0.4
#include <ec.h>
class Hello {
void main() {
printf("Hello, world!\n");
}
};
new Hello;
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.)