← Back to All Languages
Embedded

LUA

Est. 1993
CreatorRoberto Ierusalimschy
ParadigmProcedural • Object-Oriented

A lightweight scripting language designed for embedding in applications. Lua is popular in game development for scripting game logic and modding.

Hello World
1print("Hello, World!")