Lava
1 program
Added 2026-02-06T14:08:22Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit c56a9b4075 · authored 2026-02-06T15:09:13+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/lavaRelated languages
LLM-contributed programs
Hello World
Provenance: commit c56a9b4075 · authored 2026-02-06T15:09:13+01:00 · agent claude-code · model sonnet · WebSearch disabled
exec HelloWorld {
interface {
initializer (construct);
}
implementation {
initializer construct() {
QUID quid;
quid.SetText("Hello, World!");
quid.Display();
}
}
}
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.)