Difference between revisions of "Lua"

From UFRC
Jump to navigation Jump to search
m (Text replacement - "#uppercase" to "uc")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Programming Language]][[Category:Scripting]]
+
[[Category:Software]][[Category:Language]][[Category:Programming]]
 
{|<!--CONFIGURATION: REQUIRED-->
 
{|<!--CONFIGURATION: REQUIRED-->
 
|{{#vardefine:app|lua}}
 
|{{#vardefine:app|lua}}

Latest revision as of 20:21, 15 August 2022

Description

lua website  

Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.

Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode with a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.

Environment Modules

Run module spider lua to find out what environment modules are available for this application.

System Variables

  • HPC_LUA_DIR - installation directory
  • HPC_LUA_BIN - executable directory
  • HPC_LUA_LIB - library directory
  • HPC_LUA_INC - includes directory