Lua

Lua is a programming language commonly used to extend, or add functionality, to software applications. It uses simple syntax (similar to C), allowing it to work with a number of other languages. Lua has a wide array of uses, but it is commonly used as an extension language for web applications and video games.

Lua is a scripting language, since the code can be parsed and run on-the-fly by an interpreter. However, like Python Lua code can also be compiled into an executable binary file. Pre-compiling a Lua script with the luac compiler can improve performance, so Lua code is often compiled when it is embedded in an existing program.

While Lua is designed to be simple and portable, it is also a highly capable language. Lua supports a wide variety of data types, including strings, floating point numbers, and arrays. It also includes many different operators for performing calculations, comparisons, and logic operations. Lua also supports functions, loops, and if-then statements. The language even includes garbage collection for automatic memory management.

Since Lua is relatively lightweight – meaning it does not use more system resources than necessary – it is an ideal language for performing basic tasks. For example, a programmer may code a video game in C++, but use Lua to manage the characters and objects within the game. The simplicity of Lua can make it easier to code individual aspects of a program without the overhead other languages require.

File extension: .LUA

Updated June 19, 2017 by Per C.

quizTest Your Knowledge

Sierra (OS X 10.11) followed which version of OS X?

A
Yosemite
0%
B
Mavericks
0%
C
Mojave
0%
D
El Capitan
0%
Correct! Incorrect!     View the El Capitan definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of Lua on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.