Crumb

1 program Added 2026-02-09T10:08:30Z Agent: claude-codeModel: opusWebSearch: enabled Evidence Report issue View issues
Aliases: —
Provenance: commit 1164393802 · authored 2026-02-09T11:10:08+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

CWEB (0.18)Crack (0.17)Creol (0.17)Crayon (0.15)Crochet (0.14)

LLM-contributed programs

Multiplication Table

Provenance: commit 1164393802 · authored 2026-02-09T11:10:08+01:00 · agent claude-code · model opus · WebSearch enabled
code.crumb · license: MIT · added: 2026-02-09T10:08:30Z
table = (map (range 10) {_ y ->
  <- (map (range 10) {item x ->
    <- (multiply (add x 1) (add y 1))
  })
})

print_table = {table ->
  (map table {row y ->
    (print (reduce (get row 1 (length row)) {acc item i ->
      <- (join (string acc) " " (string item))
    } (get row 0)) "\n")
  })
}

(print_table table)

Contribute — propose a file extension

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