reorganization
This commit is contained in:
22
games/library/lua.md
Normal file
22
games/library/lua.md
Normal file
@ -0,0 +1,22 @@
|
||||
# Lua
|
||||
|
||||
_Powerful, efficient, lightweight, embeddable scripting language._
|
||||
|
||||
- Home: http://www.lua.org/
|
||||
- Wikipedia: <https://en.wikipedia.org/wiki/Lua_(programming_language)>
|
||||
- Download: http://www.lua.org/download.html
|
||||
- State: mature
|
||||
- Code: see download https://github.com/lua/lua (mirror)
|
||||
- Language(s): C
|
||||
- License: MIT
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user