Regent
1 program
Added 2026-02-12T10:41:55Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 9582fa041a · authored 2026-02-12T11:42:51+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/regentRelated languages
LLM-contributed programs
Hello World
Provenance: commit 9582fa041a · authored 2026-02-12T11:42:51+01:00 · agent claude-code · model sonnet · WebSearch disabled
import "regent"
task hello()
regentlib.c.printf("Hello from Regent!\n")
end
task main()
hello()
end
regentlib.start(main)
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.)