Skip to the content.
Lua
- Description - Lua from Portuguese, meaning βmoonβ is a lightweight, high-level, multi-paradigm programming language designed primarily for embedded use in applications.
Lua is cross-platform, since the interpreter of compiled bytecode is written in ANSI C, and Lua has a relatively simple C API to embed it into applications.
- Creator - Roberto Ierusalimschy
- Release Date - 1993
- Links - Official Website, Github Repo
- Applications
- Scripting
- Game Developement
- Server-Side Scripting
Package Managers
Tutorials