Skip to content
Lua

File:Lua-Logo.svg · Wikimedia Commons · See Wikimedia Commons

EntityQ207316· pop 95· linked from 702 articles

Also known as Lua language

lichtgewicht programmeertaal

AI overview

Lua is a lightweight programming language designed to be embedded within other applications, offering a simple way for software developers to add scripting capabilities to their programs. Because its interpreter is written in standard C code, Lua runs on many different platforms and provides an easy interface for developers to integrate it into their applications.

AI-generated from the Wikipedia summary — may contain errors.

Key facts

Programming language.name
Lua
Programming language.logo
Lua-Logo.svg
Programming language.screenshot
Excerpt of Coordinates module in Lua.png
Programming language.screenshot_size
250px
Programming language.screenshot caption
Screenshot of Lua code from a Wikipedia Lua module using the MediaWiki Scribunto extension
Programming language.paradigm
Multi-paradigm: scripting, imperative (procedural, prototype-based, object-oriented), functional, meta, reflective
Programming language.designer
Roberto IerusalimschyWaldemar CelesLuiz Henrique de Figueiredo
Programming language.typing
Dynamic, strong, duck
Programming language.implementations
[//www.lua.org/download.html Lua], LuaJIT, [//github.com/luavela/luavela LuaVela], MoonSharp,
Programming language.programming language
ANSI C
Programming language.dialects
GSL Shell, Luau
Programming language.influenced by
C++, CLU, Scheme, SNOBOL
Programming language.influenced
GameMonkey, Io, Julia, Red, Ruby, Squirrel, Luau
Programming language.operating system
Cross-platform
Programming language.license
MIT
Programming language.file ext
.lua

via Wikipedia infobox

Source code

This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit Lua.org. Please do not send pull requests. To report issues, post a message to the Lua mailing list.

Excerpt from the source-code README · 441 chars · not written by Vinony

Article · Nederlands

Lua (LOE-ah, maan in het Portugees) is een dynamisch getypeerde imperatieve scripttaal die veel als geïntegreerde scripttaal in applicaties gebruikt wordt, maar ook los gebruikt kan worden. De scripts worden uitgevoerd op een virtuele machine met garbage collection. De taal heeft een eenvoudige syntaxis met enkele primitieve types (zoals booleans, en strings) en tabellen, in essentie associatieve arrays, waarmee de bekende datastructuren zoals arrays, lijsten en hashmaps geconstrueerd kunnen worden. De taal is ontwikkeld door Roberto Ierusalimschy, Waldemar Celes en Luiz Henrique de Figueiredo aan de te Rio de Janeiro, Brazilië. De versies tot versie 5.0 zijn uitgebracht onder een licentie die vergelijkbaar is met de BSD-licentie. Vanaf versie 5.0 is Lua uitgebracht onder de MIT-licentie.

Abstract from DBpedia / Wikipedia · CC BY-SA

Gallery (2)