Lua: Difference between revisions

From wikinotes
(Created page with "= Documentation = <blockquote> {| class="wikitable" |- | |- |} </blockquote><!-- Documentation --> = Intro/Reference = <blockquote> {| class="wikitable" |- | lua anatomy |- | lua toolchains |- | lua packaging |- |} </blockquote><!-- Intro/Reference --> = Libraries = <blockquote> {| class="wikitable" |- | lua libraries |- |} </blockquote><!-- Libraries --> = Concepts = <blockquote> {| class="wikitable" |- | |- |} </blockquote><!-- Concepts --> = Syntax...")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.
= Documentation =
= Documentation =
<blockquote>
<blockquote>
{| class="wikitable"
{| class="wikitable"
|-
|-
|
| homepage ||
|-
| lua reference manual || https://www.lua.org/manual/5.4/
|-
|-
|}
|}
Line 57: Line 62:
| [[lua loops]]
| [[lua loops]]
|-
|-
| lua errors? exceptions?
| [[lua errors]]
|-
| [[lua warnings]]
|-
|-
| [[lua operators]]
| [[lua operators]]
Line 73: Line 80:
|-
|-
| [[lua testing]]
| [[lua testing]]
|-
| [[lua metatables]]
|-
|-
| [[lua debuggers]]
| [[lua debuggers]]

Latest revision as of 21:05, 11 February 2024

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


Documentation

homepage
lua reference manual https://www.lua.org/manual/5.4/

Intro/Reference

lua anatomy
lua toolchains
lua packaging

Libraries

lua libraries

Concepts

Syntax

lua comments
lua print
lua variables
lua datatypes
functions ? methods ? classes ?
lua conditionals
lua loops
lua errors
lua warnings
lua operators
lua generics?
lua matching

Features

lua testing
lua metatables
lua debuggers
lua documentation
lua processes
lua input/output
lua filesystem
lua logging