RAISE
1 program
Added 2026-02-10T15:38:18Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: RSL, RAISE Specification Language
Provenance: commit 782dd2e37d · authored 2026-02-10T16:38:45+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/rslExtensions 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 |
|---|---|---|---|
.rsl | pygments | primary | 5.3K files |
Related languages
LLM-contributed programs
Stack Specification
Provenance: commit 782dd2e37d · authored 2026-02-10T16:38:45+01:00 · agent claude-code · model sonnet · WebSearch disabled
scheme Stack =
class
type
Elem,
Stack = Elem*
value
empty : Stack = <>,
push : Elem >< Stack -> Stack
push(e, s) is <e> ^ s,
pop : Stack -> Elem >< Stack
pop(s) is
hd s, tl s
pre s ~= <>,
is_empty : Stack -> Bool
is_empty(s) is s = <>
end
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.)