Lua - Printable Version +- BSDForAll.Org | Forums (https://bsdforall.org/forum) +-- Forum: Programming Languages (https://bsdforall.org/forum/forumdisplay.php?fid=14) +--- Forum: Lua (https://bsdforall.org/forum/forumdisplay.php?fid=20) +--- Thread: Lua (/showthread.php?tid=111) |
Lua - monsieur - 02-15-2024 Porter Wrote:Lua ( LOO-ə; from Portuguese: lua [ˈlu(w)ɐ] 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.Lua originated in […] |