dibyendumajumdar/ravi
Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers observed · 2026-08-28
Health v2 · maintenance only
26/100
- Activity 6
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 4262
- days_rel: n/a
- days_push: 569
- n_releases_24m: 0
Adoption not part of the score
1252 stars · 69 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ravi is a dialect of Lua 5.3 with limited optional static typing, a MIR-based JIT compiler, and AOT compilation to native code. It enhances the Lua VM with type-specific bytecodes for better performance while remaining compatible with Lua programs.
Use cases
- embed a Lua-compatible scripting language with JIT performance
- add optional static typing to Lua code
- compile Lua scripts ahead-of-time to shared libraries
- run Lua 5.3 programs with a generational garbage collector
- embed C code snippets in scripts
When to choose
- you want Lua 5.3 compatibility with optional static types and JIT speedups
- you need an embeddable scripting language with AOT compilation support
- you value maintainability and safety over maximum performance like LuaJIT
When to avoid
- you need maximum raw performance and mature tooling - LuaJIT is faster
- you need Lua 5.4 or 5.1 compatibility
- you want a purely type-checked approach that compiles to standard Lua
Facets
cli-tool · maturity active
programming-language compiler interpreter programming-languages compilers developer-tools windows cpp c lua-dialect jit-compiler aot-compilation static-typing mir embedded-scripting vscode-debugger programming-language jit linux macos
2 sources
- readme: https://github.com/dibyendumajumdar/ravi · fetched 2026-08-28 · 9a2ab6734532
- homepage: http://ravilang.github.io/ · fetched 2026-08-29 · a55f960d3868
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dibyendumajumdar/ravi | main | 26 |
For agents
markdown · JSON · MCP: product_card(name="dibyendumajumdar/ravi")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem