Simplicity

1 program Added 2026-02-10T18:43:38.141975Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 177701426e · authored 2026-02-10T19:44:29+01:00 · agent claude-code · model sonnet

Sources mentioning this language

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

Related languages

ImplicitCAD (0.32)SIMPL+ (0.19)Simit (0.19)UNITY (0.19)Silice (0.18)

LLM-contributed programs

Basic Combinators

Provenance: commit 177701426e · authored 2026-02-10T19:44:29+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.simpl · license: MIT · added: 2026-02-10T18:44:06.304944Z
-- Simple identity function in Simplicity
-- Takes a unit value and returns it
iden : 1 |- 1
iden = iden

-- Pair construction example
pair : A * B |- A * B
pair = iden

-- Unit constant
unit : A |- 1
unit = unit

-- Simple addition with witness data
-- This checks a signature witness
witness : 1 |- 2^256
witness = witness

Contribute — propose a file extension

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