Search Results

12
votes

Why is Lua considered a game language?

Lua is a great scripting language: it is extensible, it is simple to learn, and provides the basic primitives such that programmers can use OOP or functional programming (in the same league as Sche …