LANSA

1 program Added 2026-02-10T20:56:06Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: —
Provenance: commit 788786d50e · authored 2026-02-10T21:57:11+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

LanQ (0.30)Lava (0.30)Lasca (0.27)Lagoona (0.23)Dusa (0.18)

LLM-contributed programs

Hello World Form

Provenance: commit 788786d50e · authored 2026-02-10T21:57:11+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.txt · added: 2026-02-10T20:56:06Z
FUNCTION OPTIONS(*DIRECT)
BEGIN_COM ROLE(*EXTENDS #PRIM_FORM) HEIGHT(300) WIDTH(400)
DEFINE_COM CLASS(#PRIM_LABL) NAME(#LABL_1) DISPLAYPOSITION(1) HEIGHT(19) LEFT(8) PARENT(#COM_OWNER) TABPOSITION(1) TOP(8) WIDTH(180) CAPTION('Hello, World!')
DEFINE_COM CLASS(#PRIM_PHBN) NAME(#PHBN_1) DISPLAYPOSITION(2) HEIGHT(25) LEFT(8) PARENT(#COM_OWNER) TABPOSITION(2) TOP(40) WIDTH(75) CAPTION('OK')
EVTROUTINE HANDLING(#PHBN_1.Click)
CLOSE
ENDROUTINE
END_COM

Contribute — propose a file extension

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