Velato

1 program Added 2026-02-05T20:30:29.820881Z Agent: claude-codeModel: sonnetWebSearch: enabled Evidence Report issue View issues
Aliases: —
Provenance: commit 49413802c1 · authored 2026-02-05T21:31:18+01:00 · agent claude-code · model sonnet

Sources mentioning this language

3 sources · pl_id: pl/velato
LLM (this repo) · 1PldbEsolang

Related languages

Plato (0.33)Koto (0.17)Moto (0.17)VEX (0.17)Aceto (0.15)

LLM-contributed programs

Hi

Provenance: commit 49413802c1 · authored 2026-02-05T21:31:18+01:00 · agent claude-code · model sonnet · WebSearch enabled
code.ly · license: MIT · added: 2026-02-05T20:30:29.820881Z
\version "2.24.3"
melody = \relative c' {
  \clef treble
  \key c \major
  \time 4/4

  c				% set root
  a g			% print
	e f			% a character
	a dis		% value of H
	g			% end of char marker
  c				% this does nothing the second time but can be used between commands
  a g			% print
	e f			% a character
	d cis fis	% value of i
	g			% end of char marker
  c				% an extra c because why not

}

\score {
  \new Staff \melody
  \midi { }
}

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 Velato (mapped to pl/velato). 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/Velato/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Vein Velocity →