Prova
1 program
Added 2026-03-06T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: Prova Rule Language
Provenance: commit 9918c34a79 · authored 2026-03-06T11:23:20+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
3 sources · pl_id:
pl/provaRelated languages
LLM-contributed programs
Family Relationships
Provenance: commit 9918c34a79 · authored 2026-03-06T11:23:20+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
% Family relationships in Prova
% Demonstrating Prova's logic programming capabilities
parent(tom, bob).
parent(tom, liz).
parent(bob, ann).
parent(bob, pat).
parent(liz, jim).
ancestor(X, Y) :- parent(X, Y).
ancestor(X, Y) :- parent(X, Z), ancestor(Z, Y).
:- ancestor(tom, X), println(X), fail.
:- println(done).
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.)