dynamicexpresso/DynamicExpresso
C# expressions interpreter observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 27.0
- age_days: 4973
- days_rel: 13
- days_push: 13
- n_releases_24m: 9
Adoption not part of the score
2238 stars · 413 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Dynamic Expresso is a .NET library that interprets simple C# expressions at runtime, converting them into expression trees or delegates without compilation. It supports injecting variables and parameters, making applications scriptable and enabling dynamic LINQ queries.
Use cases
- evaluate math or string expressions at runtime in C#
- let users write filter expressions for LINQ queries
- build a scriptable application where users supply C#-like expressions
- parse and invoke expressions with injected variables and parameters
- generate delegates from string expressions without compiling code
- implement dynamic rule or condition evaluation from configuration
When to choose
- you need to evaluate user-supplied C#-style expressions safely at runtime
- you want dynamic LINQ filtering with delegates parsed from strings
- you need expression trees instead of compiled assemblies for scriptability
When to avoid
- you need full C# language support including statements, loops, or classes
- you require maximum runtime performance from precompiled code
- your expressions need full generic, dynamic, or lambda support
Facets
library · maturity active
interpreter parser serialization developer-tools programming-languages dotnet cross-platform csharp expression-evaluator lambda-expressions expression-trees dynamic-linq scripting algorithms
2 sources
- readme: https://github.com/dynamicexpresso/DynamicExpresso · fetched 2026-08-28 · 40cab9db78f3
- homepage: http://dynamic-expresso.azurewebsites.net/ · fetched 2026-08-29 · be6038e0d37d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dynamicexpresso/DynamicExpresso | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="dynamicexpresso/DynamicExpresso")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem