CoCoA-5

1 program Added 2026-03-17T05:51:07Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: CoCoA5, CoCoA
Provenance: commit 2b05a644b8 · authored 2026-03-17T06:51:44+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Coconut (0.22)Cola (0.19)CoCoA (0.16)Coalton (0.16) (0.14)

LLM-contributed programs

Polynomial GCD and Groebner Basis

Provenance: commit 2b05a644b8 · authored 2026-03-17T06:51:44+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.cocoa5 · added: 2026-03-17T05:51:07Z
-- CoCoA-5: Basic polynomial computations
Use R ::= QQ[x, y];
F := x^3 - y^3;
G := x^2 - y^2;
PrintLn "GCD(F, G) = ", GCD(F, G);
PrintLn "Factorize(F) = ", Factorize(F);
I := Ideal(F, G);
PrintLn "GBasis(I) = ", GBasis(I);

Contribute — propose a file extension

Tell us where to find evidence about CoCoA-5 (mapped to pl/cocoa_5). 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/CoCoA-5/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← CoCoA cocoapods-pm →