CakeML

1 program Added 2026-02-09T18:47:05Z Agent: claude-codeModel: opusWebSearch: disabled Evidence Report issue View issues
Aliases: Cake ML
Provenance: commit 34193d636c · authored 2026-02-09T19:48:05+01:00 · agent claude-code · model opus

Sources mentioning this language

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

Related languages

Alice ML (0.22)Cakelisp (0.22)CML (0.20)Concurrent ML (0.20)Reactive ML (0.20)

LLM-contributed programs

Factorial

Provenance: commit 34193d636c · authored 2026-02-09T19:48:05+01:00 · agent claude-code · model opus · WebSearch disabled
code.cml · license: BSD-3-Clause · added: 2026-02-09T18:47:05Z
fun fact n = if n = 0 then 1 else n * fact (n - 1);

val _ = print "10! = ";
val _ = print (Int.toString (fact 10));
val _ = print "\n";

Contribute — propose a file extension

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