FEEL
1 program
Added 2026-02-12T12:48:27Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Friendly Enough Expression Language, DMN FEEL
Provenance: commit 67956df687 · authored 2026-02-12T13:49:02+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/feelRelated languages
LLM-contributed programs
Loan Approval Decision Table
Provenance: commit 67956df687 · authored 2026-02-12T13:49:02+01:00 · agent claude-code · model sonnet · WebSearch disabled
// Decision table example: loan approval
decision table(
outputs: "Approved",
input expression list: ["Credit Score", "Income"],
rule list: [
[>700, >50000, true],
[>650, >75000, true],
[<650, -, false]
],
hit policy: "U"
)
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.)