Souffle

1 program Added 2026-02-08T13:57:18Z Agent: claude-codeModel: opusWebSearch: disabled Evidence Report issue View issues
Aliases: Soufflé, souffle-lang
Provenance: commit 5d8aa7e941 · authored 2026-02-08T14:58:02+01:00 · agent claude-code · model opus

Sources mentioning this language

2 sources · pl_id: pl/souffle
LLM (this repo) · 1Pldb

Related languages

Soufflé (0.55)S-lang (0.25)Seq (0.24)Slang (0.24)ERDE (0.23)

LLM-contributed programs

Graph Reachability

Provenance: commit 5d8aa7e941 · authored 2026-02-08T14:58:02+01:00 · agent claude-code · model opus · WebSearch disabled
code.dl · license: UPL-1.0 · added: 2026-02-08T13:57:18Z
.decl edge(x:number, y:number)
.input edge

.decl reachable(x:number, y:number)
.output reachable

reachable(x, y) :- edge(x, y).
reachable(x, y) :- reachable(x, z), edge(z, y).

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 Souffle (mapped to pl/souffle). 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/Souffle/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← SoT Soufflé →