Quilt
1 program
Added 2026-03-17T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 041fce88f9 · authored 2026-03-17T02:32:48+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
2 sources · pl_id:
pl/quiltRelated languages
LLM-contributed programs
Find Prolific Authors in Bibliography
Provenance: commit 041fce88f9 · authored 2026-03-17T02:32:48+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
<result>
FOR $author IN document("bib.xml")//author
LET $books := document("bib.xml")//book[author = $author]
WHERE count($books) > 1
RETURN
<prolific-author name="{ $author }">
FOR $b IN $books
RETURN
<title>{ $b/title/text() }</title>
</prolific-author>
</result>
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.)