Ross ROSS = Recommend OSS · open-source software intelligence for agents

edubart/nelua-lang

Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code. observed · 2026-08-28

github.com/edubart/nelua-lang · homepage · Lua · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

35/100

  • Activity 28
  • Release rhythm 8
  • Longevity 100
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: 3231
  • days_rel: n/a
  • days_push: 435
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2415 stars · 86 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Nelua is a minimal, statically-typed, meta-programmable systems programming language inspired by Lua that compiles to C and native code. It targets performance-sensitive applications such as game engines and real-time systems, with compile-time metaprogramming implemented in Lua.

Use cases

  • write a systems programming language with Lua-like syntax
  • compile Lua-flavored code to efficient C and native binaries
  • build performance-sensitive games or real-time applications
  • do compile-time metaprogramming to generate classes and generics
  • write low-level code with manual memory management and pointers
  • replace C with a simpler statically typed language

When to choose

  • you know Lua and want C-level performance with familiar syntax
  • you need optional garbage collection and manual memory control
  • you want powerful compile-time metaprogramming via Lua preprocessor code
  • you are building games or real-time software where interpreter overhead is unacceptable

When to avoid

  • you need a stable, production-ready language - Nelua is in alpha
  • you rely on Lua features not yet implemented like closures, exceptions, or dynamic tables
  • you need broad ecosystem, package managers, or library support
  • you want a language with large community and long-term guarantees

Facets

cli-tool · maturity experimental

programming-language compiler cli programming-languages compilers developer-tools windows cli cpp nelua lua-inspired statically-typed systems-programming compiles-to-c metaprogramming aot-compilation alpha game-development linux macos

5 sources

Member repositories

RepositoryRoleHealth v2
edubart/nelua-langmain35

For agents

markdown · JSON · MCP: product_card(name="edubart/nelua-lang")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem