Limn

1 program Added 2026-02-11T19:37:52.914844Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit a0df60a350 · authored 2026-02-11T20:38:37+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

Limbo (0.30)LolliMon (0.21)Lily (0.20)Luan (0.20)Lexon (0.18)

LLM-contributed programs

Vector Addition

Provenance: commit a0df60a350 · authored 2026-02-11T20:38:37+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.limn · added: 2026-02-11T19:37:52.914844Z
fun vadd(a : vec4f, b : vec4f) : vec4f {
  return a + b
}

fun main() {
  let v1 = vec4f(1.0, 2.0, 3.0, 4.0)
  let v2 = vec4f(5.0, 6.0, 7.0, 8.0)
  let result = vadd(v1, v2)
  print(result)
}

Contribute — propose a file extension

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