LMNtal

1 program Added 2026-02-27T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: Elemental
Provenance: commit b06e535898 · authored 2026-02-27T08:11:11+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Emmental (0.32)Uxntal (0.19)SCELBAL (0.16)EXPL (0.15)EventQL (0.14)

LLM-contributed programs

GCD of Multiple Numbers

Provenance: commit b06e535898 · authored 2026-02-27T08:11:11+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.lmn · license: BSD-3-Clause · added: 2026-02-27T10:00:00Z
% gcd.lmn
% 		2008.09.10 gocho


n(12), n(9), n(15), n(21), n(99), n(111), n(300).

gcd0@@  n(X), n(Y) 	:- X >= Y	| gcd(X,Y).
gcd1@@  gcd(X,Y)	:- (X mod Y)=\=0,	Y2= X mod Y	| gcd(Y,Y2).		
gcd2@@	gcd(X,Y)  :- (X mod Y)=:=0 | n(Y).

                     

Contribute — propose a file extension

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