Symta

1 program Added 2026-02-28T14:42:36Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: —
Provenance: commit c508bdaeae · authored 2026-02-28T15:43:00+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

Setanta (0.23)Beta (0.18)Heta (0.18)Iota (0.18)Mata (0.18)

LLM-contributed programs

Factorial and Quicksort

Provenance: commit c508bdaeae · authored 2026-02-28T15:43:00+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.sym · license: MIT · added: 2026-02-28T14:42:36Z
greet Name = say "Hello, [Name]!"

factorial N = if N >< 0 then 1 else N*factorial{N-1}

qsort@r$[] H,@T = @T.keep{?<H}^r,H,@T.skip{?<H}^r

greet "World"
say "Factorial of 10: [factorial 10]"
Nums = [5 2 8 1 9 3 7 4 6]
say "Sorted: [qsort Nums]"

Contribute — propose a file extension

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