mvel/mvel
MVEL (MVFLEX Expression Language) observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5587
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
1203 stars · 318 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
MVEL (MVFLEX Expression Language) is an embeddable expression language and runtime for the Java platform, with MVEL3 transpiling expressions to Java source, compiling them in-memory via javac, and executing the resulting bytecode. It also serves as a templating language and is commonly embedded in applications like rule engines for evaluating dynamic expressions.
Use cases
- evaluate dynamic expressions in a Java application
- embed a scripting/expression language in a rule engine
- compile user-supplied expressions to JVM bytecode
- evaluate expressions against POJO properties or maps
- render templates with embedded expressions
- build configurable business rules with expression conditions
When to choose
- you need a Java-syntax-compatible expression language embedded in a JVM application
- you want expressions compiled to bytecode rather than interpreted
- you need templating plus expression evaluation in one library
When to avoid
- you need a stable, battle-tested release (MVEL3 is alpha with changing APIs)
- you will evaluate expressions from untrusted sources (expressions can execute arbitrary JVM operations)
- you need a general-purpose scripting language rather than an expression language
Facets
library · maturity experimental
parser interpreter compiler templating programming-languages developer-tools parsers jvm cross-platform expression-language expression-evaluation rule-engines dynamic-typing transpilation
2 sources
- readme: https://github.com/mvel/mvel · fetched 2026-08-28 · f8c4d8298953
- homepage: http://mvel.documentnode.com/ · fetched 2026-08-29 · e9ab4636f621
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mvel/mvel | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem