# 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

Repository: https://github.com/lua/lua
Canonical: https://ross.abutalabs.com/products/lua
Homepage: https://lua.org
Language: C
License Family: other
Last push: 2026-08-07T19:00:03+00:00

## Health v2 (maintenance only)
Score: 86/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 64, longevity 100
- inputs: {"age_days": 5101, "days_push": 26, "days_rel": 28, "gap_med": 203.5, "n_releases_24m": 3}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 10256, forks 1982 (observed 2026-08-28T04:10:41.325644+00:00)

## What it is
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
- artifact type: library
- maturity: stable
- function: interpreter, programming-language, embedded
- domain: programming-languages, developer-tools, embedded-systems
- platform: cross-platform, c, cpp, embedded
- tags: scripting-language, embeddable, virtual-machine, extension-language, configuration-language

## Member repositories
- lua/lua (main) score 86

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:41.325644+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:19:23.433050+00:00, confidence not recorded.
  - readme: https://github.com/lua/lua (fetched 2026-08-28T04:10:41.325644+00:00, sha d23618a2b36f)
  - homepage: https://lua.org (fetched 2026-08-29T08:18:50.168282+00:00, sha e370802bf39c)
  - site_page: https://lua.org/about.html (fetched 2026-08-29T08:18:50.178279+00:00, sha fe3e45c88684)
  - site_page: https://lua.org/docs.html (fetched 2026-08-29T08:18:50.180675+00:00, sha d79212a98efd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
