Ecere
1 program
Added 2026-02-07T18:44:49.156322Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: eC
Provenance: commit c9597490e4 · authored 2026-02-07T19:45:22+01:00 · agent claude-code · model sonnet
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 |
Related languages
LLM-contributed programs
Hello World GUI
Provenance: commit c9597490e4 · authored 2026-02-07T19:45:22+01:00 · agent claude-code · model sonnet · WebSearch disabled
import "ecere"
class HelloWorldApp : GuiApplication
{
void Main()
{
MessageBox { contents = "Hello, World!" }.Modal();
}
}
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.)