Larch

1 program Added 2026-02-10T10:35:24Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Larch/C++, Larch/Smalltalk
Provenance: commit 5c7b12b4c7 · authored 2026-02-10T11:36:15+01:00 · agent claude-code · model sonnet

Sources mentioning this language

2 sources · pl_id: pl/larch
LLM (this repo) · 1Pldb

Related languages

Little Smalltalk (0.31)Cuis (0.28)Pharo (0.27)Bistro (0.26)Cuis Smalltalk (0.24)

LLM-contributed programs

Stack Trait Specification

Provenance: commit 5c7b12b4c7 · authored 2026-02-10T11:36:15+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.lsl · added: 2026-02-10T10:35:24Z
Stack(E): trait
  introduces
    empty: -> Stack
    push: Stack, E -> Stack
    pop: Stack -> Stack
    top: Stack -> E
    isEmpty: Stack -> Bool
  asserts
    Stack generated by empty, push
    Stack partitioned by isEmpty
    forall s: Stack, e: E
      pop(push(s, e)) == s;
      top(push(s, e)) == e;
      isEmpty(empty) == true;
      isEmpty(push(s, e)) == false;

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.)

Contribute — propose a file extension

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