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/sarl
LLM (this repo) · 1PldbPygmentsWikipediaWikidata · Q25052046

Extensions 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.
ExtensionSourceStrengthSWH
.sarlpygmentsprimary27.1K files

Related languages

S (0.61)Piet (0.58)3APL (0.57)J (0.57)Apl (0.56)

LLM-contributed programs

Hello World Agent

Provenance: commit 741300de06 · authored 2026-02-09T22:00:25+01:00 · agent claude-code · model opus · WebSearch disabled
code.sarl · license: Apache-2.0 · added: 2026-02-09T20:59:18Z
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.)

Contribute — propose a file extension

Tell us where to find evidence about SARL (mapped to pl/sarl). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/SARL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← SARCASM sartex →