Page 1 of 1

What does LUA stand for?

Posted: Sat Sep 05, 2015 11:00 am
by z1812
I read frequent mention of LUA. Upon searching the forum and manual I cannot find a definition. Can someone tell me what it stands for?

RE: What does LUA stand for?

Posted: Sat Sep 05, 2015 11:34 am
by mikmykWS
Hi

Here's our lua scripting language resource string.

tm.asp?m=3784722

RE: What does LUA stand for?

Posted: Sat Sep 05, 2015 12:00 pm
by Dysta
The same script language I used to learn when using Leadwerks editor for game developing. [:)]

RE: What does LUA stand for?

Posted: Sat Sep 05, 2015 11:13 pm
by RoryAndersonCDT
The programming language is named Lua, it is officially not a acronym.

Lua is a common word meaning Moon in Portuguese. The language is named like this because a previous programming language was already named SOL for Simple Object Language. And since SOL means Sun in Portuguese, its successor has been named Lua as a joke.

An interesting backronym has been invented by the Lua community to ironically explain that Lua is not an acronym: LUA would stand for Lua Uppercase Accident.

Historically however, LUA used to be an acronym in Portuguese. It once meant Linguagem para Usuarios de Aplicação (Language for Application Users). The acronym was however never used in English documentation, because it would have been hard for non-Portuguese speakers to understand it.

RE: What does LUA stand for?

Posted: Sun Sep 06, 2015 7:59 am
by z1812
Thank you for all for your answers. Thank you Baloogan for the comprehensive background information. I enjoyed the description.