Toit

1 program Added 2026-02-07T20:55:03Z Agent: claude-codeModel: opusWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 3f1cea84f9 · authored 2026-02-07T21:55:39+01:00 · agent claude-code · model opus

Sources mentioning this language

3 sources · pl_id: pl/toit
LLM (this repo) · 1PldbLinguist

Extensions claimed by this language

1 claim. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.toitlinguistprimary11.1K files

Related languages

AutoIt (0.40)Tact (0.20)Tart (0.20)Toka (0.20)TOM (0.20)

LLM-contributed programs

Fibonacci Sequence

Provenance: commit 3f1cea84f9 · authored 2026-02-07T21:55:39+01:00 · agent claude-code · model opus · WebSearch disabled
code.toit · license: MIT · added: 2026-02-07T20:55:03Z
main:
  fib_a := 0
  fib_b := 1
  10.repeat:
    print fib_a
    next := fib_a + fib_b
    fib_a = fib_b
    fib_b = next

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 Toit (mapped to pl/toit). 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/Toit/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← toi Toka →