moved description to note

This commit is contained in:
Trilarion
2020-09-04 16:35:00 +02:00
parent 6ac46420ff
commit 82cddf09e0
1402 changed files with 2480 additions and 2804 deletions

View File

@ -1,7 +1,5 @@
# Lua
_Powerful, efficient, lightweight, embeddable scripting language._
- Home: http://www.lua.org/
- Media: <https://en.wikipedia.org/wiki/Lua_(programming_language)>
- State: mature
@ -11,6 +9,7 @@ _Powerful, efficient, lightweight, embeddable scripting language._
- Code language: C
- Code license: MIT
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).