23 lines
757 B
Markdown
23 lines
757 B
Markdown
# Lua
|
|
|
|
- Home: http://www.lua.org/
|
|
- Media: https://en.wikipedia.org/wiki/Lua_(programming_language)
|
|
- State: mature
|
|
- Download: http://www.lua.org/download.html
|
|
- Keyword: library
|
|
- Code repository: https://github.com/lua/lua.git (mirror, @created 2012, @stars 3987, @forks 961)
|
|
- Code language: C
|
|
- Code license: MIT
|
|
- Developer: Roberto Ierusalimschy, wceles, .
|
|
|
|
Powerful, efficient, lightweight, embeddable scripting language.
|
|
It's a whole programming language but often used within games projects for scripting purposes (like Python).
|
|
|
|
See also [LuaDist](https://github.com/LuaDist).
|
|
|
|
Who develops Lua if the actual repository is not publicly available?
|
|
|
|
See also [toLua](http://webserver2.tecgraf.puc-rio.br/~celes/tolua/tolua-3.2.html).
|
|
|
|
## Building
|