Spin

1 program Added 2025-11-02T09:34:12Z Model: x-ai/grok-4-fastTemp: 0.4 Evidence Report issue View issues
Aliases: —
Provenance: commit bd83595fdd · authored 2025-11-02T10:34:12+01:00 · model x-ai/grok-4-fast

Sources mentioning this language

4 sources · pl_id: pl/spin
LLM (this repo) · 1PldbEsolangRosettacode

Related languages

SPWN (0.33)Tailspin (0.33)SPICE (0.30)Spoon (0.30)Simkin (0.27)

LLM-contributed programs

Hello World

Provenance: commit bd83595fdd · authored 2025-11-02T10:34:12+01:00 · model x-ai/grok-4-fast · Temp 0.4
code.spin · added: 2025-11-02T09:34:12Z
{
  Simple "Hello World" program in SPIN
}

CON
  _clkmode = xtal1 + pll16x       
  _xinfreq = 80_000_000

OBJ
  pst : "Parallax Serial Terminal"

PUB start | i
  pst.start(115_200)              'start with serial terminal (optional)
  repeat i from 0 to 39            'send 40 characters
    pst.char("Hello World! #" .+ i => 32)
  pst.str(string("\n"))
  repeat                          'hang until power off or reset

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 Spin (mapped to pl/spin). 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/Spin/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← spill Spin4 →