Arendelle

1 program Added 2026-02-24T00:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: —
Provenance: commit 36856830ee · authored 2026-02-24T14:13:00+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

Arend (0.38)Arena (0.29)Argile (0.27)Estelle (0.25)Isabelle (0.24)

LLM-contributed programs

Bubble Sort

Provenance: commit 36856830ee · authored 2026-02-24T14:13:00+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.arendelle · license: Public Domain · added: 2026-02-24T00:00:00Z
< x > ( i , 0 )

( sjt , 1; 0; 0 ) // swapped:0 / j:1 / temp:2

[ @sjt = 1 ,

	( sjt , 0 )
	( sjt[ 1 ] , +1 )

	( i , 0 )

	[ @i < @x? - @sjt[ 1 ],

		{ @x[ @i ] < @x[ @i + 1 ] ,

			( sjt[ 2 ] , @x[ @i ] )
			( x[ @i ] , @x[ @i + 1 ] )
			( x[ @i + 1 ] , @sjt[ 2 ] )
			( sjt , 1 )
		}

		( i , +1 )
	]
]

( return , @x )

Contribute — propose a file extension

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