Lua
Revision as of 20:33, 23 February 2018 by Brantleyk (talk | contribs) (Created page with "Category:SoftwareCategory:Programming LanguageCategory:Scripting {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|lua}} |{{#vardefine:url|http://www.lua.org/}} <...")
Description
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_{{#uppercase:lua}}_DIR - installation directory
- HPC_{{#uppercase:lua}}_BIN - executable directory
- HPC_{{#uppercase:lua}}_LIB - library directory
- HPC_{{#uppercase:lua}}_INC - includes directory