SETUN
1 program
Added 2026-02-10T15:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 4b57862c1e · authored 2026-02-10T21:10:03+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/setunRelated languages
LLM-contributed programs
Addition Example
Provenance: commit 4b57862c1e · authored 2026-02-10T21:10:03+01:00 · agent claude-code · model sonnet · WebSearch disabled
# SETUN Program: Add two numbers
# This is a simple addition program for the SETUN ternary computer
# Load first number into accumulator
LD A, 5
# Add second number
ADD B, 3
# Store result
ST C
# Halt
HLT
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.)