SARL
1 program
Added 2026-02-09T20:59:18Z
Agent: claude-codeModel: opusWebSearch: disabled
Evidence
Report issue
View issues
Aliases: SARL Agent Programming Language
Provenance: commit 741300de06 · authored 2026-02-09T22:00:25+01:00 · agent claude-code · model opus
Sources mentioning this language
5 sources · pl_id:
pl/sarlExtensions claimed by this language
1 claim. 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 |
|---|---|---|---|
.sarl | pygments | primary | 27.1K files |
Related languages
LLM-contributed programs
Hello World Agent
Provenance: commit 741300de06 · authored 2026-02-09T22:00:25+01:00 · agent claude-code · model opus · WebSearch disabled
import io.sarl.api.core.Initialize
import io.sarl.api.core.Lifecycle
import io.sarl.api.core.Logging
agent HelloAgent {
uses Lifecycle, Logging
on Initialize {
info("Hello, World! I am an agent.")
info("My ID is: " + this.ID)
info("Agent is shutting down...")
killMe
}
}
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.)