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

lua/lua

A copy of the Lua development repository, as seen by the Lua team. Mirrored irregularly. All communication should be through the Lua mailing list https://www.lua.org/lua-l.html observed · 2026-08-28

github.com/lua/lua · homepage · C observed · 2026-08-28

Health v2 · maintenance only

86/100

  • Activity 96
  • Release rhythm 64
  • 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: 203.5
  • age_days: 5101
  • days_rel: 28
  • days_push: 26
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

10256 stars · 1982 forks observed · 2026-08-28

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

The official development repository of Lua, a powerful, lightweight, embeddable scripting language implemented in C. It includes the language interpreter, register-based virtual machine, standard libraries, and C API for embedding Lua into host applications.

Use cases

  • embed a scripting language into a C/C++ application
  • script game logic and modding
  • use as a configuration language
  • rapid prototyping of small programs
  • extend software with user-written plugins

When to choose

  • you need a tiny, fast, easily embeddable scripting runtime
  • you want a simple language for configuration or extension scripting
  • you need automatic memory management with a small footprint

When to avoid

  • you need a large standard library or ecosystem like Python's
  • you want statically typed code
  • you need heavy concurrency or native threading

Facets

library · maturity stable

interpreter programming-language embedded programming-languages developer-tools embedded-systems cross-platform c cpp embedded scripting-language embeddable virtual-machine extension-language configuration-language

4 sources

Member repositories

RepositoryRoleHealth v2
lua/luamain86

For agents

markdown · JSON · MCP: product_card(name="lua/lua")

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