A+
1 program
Added 2025-10-28T15:39:39Z
Model: google/gemini-2.5-proTemp: 0.4
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 4663a4c162 · authored 2025-10-28T16:39:39+01:00 · model google/gemini-2.5-pro
Sources mentioning this language
2 sources · pl_id:
pl/bangatastarLLM-contributed programs
Quicksort in A+
Provenance: commit 4663a4c162 · authored 2025-10-28T16:39:39+01:00 · model google/gemini-2.5-pro · Temp 0.4
$mode trad
$include "util.a+"
qs[x] {
if[1 >= count x;
x;
{
p: x[0];
x: 1 drop x;
(qs[x where x < p]), p, qs[x where x >= p]
}
]
}
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.)