JUEL

1 program Added 2026-03-05T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Java Unified Expression Language, Jakarta Expression Language, EL
Provenance: commit a81efac61a · authored 2026-03-05T12:06:26+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

3 sources · pl_id: pl/jakarta-expression-language
LLM (this repo) · 1WikipediaWikidata · Q1399846

Related languages

Expression Language (0.86)CEL (0.33)Nix (0.32)Nix Expression Language (0.31)FEEL (0.28)

LLM-contributed programs

EL 3.0 Expression Sampler

Provenance: commit a81efac61a · authored 2026-03-05T12:06:26+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.el · added: 2026-03-05T10:00:00Z
${1 + 1}
${'foo' += 'bar'}
${[1,2,3].stream().filter(x->x>1).toList()}
${not empty '' ? 'not empty' : 'empty'}
${{'one':1,'two':2,'three':3}['two']}

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 JUEL (mapped to pl/jakarta-expression-language). 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/JUEL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← JudoScript Jug →