Difference between revisions of "Lua"
m |
(Tag: Undo) |
||
Line 6: | Line 6: | ||
It combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. | It combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. | ||
|Homepage URL=http://www.lua.org/ | |Homepage URL=http://www.lua.org/ | ||
− | |User level= | + | |User level=none |
− | + | |Component programs=lua, luac | |
− | |Component programs= | + | |Computer languages=C, Lua |
− | |Computer languages= | + | |Documentation note=* [http://www.lua.org/manual/5.2/ '''Manual'''] |
− | |Documentation note=* [http://www.lua.org/manual/5.2/ ''' | + | * [http://www.lua.org/docs.html All documentation] |
− | * [http://www.lua.org | + | * [http://lua-users.org/wiki/ Wiki] |
− | * [http:// | + | |IRC general=irc://chat.freenode.net/lua |
− | |IRC general= | ||
|Related projects=AngelScript | |Related projects=AngelScript | ||
− | |Keywords=extension, mod, modding, embed, embeddable | + | |Keywords=extension, mod, modding, embed, embeddable |
|Version identifier=5.3 | |Version identifier=5.3 | ||
|Version date=2015/01/12 | |Version date=2015/01/12 | ||
|Version status=stable | |Version status=stable | ||
− | |Version download=http://www. | + | |Version download=http://www.lua.org/download.html |
− | |Version comment= | + | |Version comment=http://www.lua.org/manual/5.3/readme.html#changes |
|Last review by=Calinou | |Last review by=Calinou | ||
|Last review date=2015/01/12 | |Last review date=2015/01/12 | ||
− | |Submitted by=Database conversion | + | |Submitted by=Database conversion |
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | |Status= | + | |Status= |
− | |Is GNU= | + | |Is GNU=No |
|License verified date=2002-02-05 | |License verified date=2002-02-05 | ||
}} | }} | ||
{{Project license | {{Project license | ||
− | |License= | + | |License=Expat |
− | |License copyright=Copyright © 1994–2014 | + | |License copyright=Copyright © 1994–2014 Lua.org, PUC-Rio. |
− | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the " | + | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
− | THE SOFTWARE IS PROVIDED " | + | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
− | |License verified by= | + | |License verified by=Calinou |
|License verified date=2014/11/04 | |License verified date=2014/11/04 | ||
− | |License note=[ | + | |License note=[http://www.lua.org/license.html License] |
}} | }} | ||
− | {{ | + | {{Person |
− | |Real name= | + | |Real name=Roberto Ierusalimschy |
|Role=Author | |Role=Author | ||
− | |Resource URL= | + | |Resource URL= |
}} | }} | ||
− | {{ | + | {{Person |
− | |Real name= | + | |Real name=Waldemar Celes |
|Role=Author | |Role=Author | ||
− | |Resource URL= | + | |Resource URL= |
}} | }} | ||
− | {{ | + | {{Person |
− | |Real name= | + | |Real name=Luiz Henrique de Figueiredo |
|Role=Author | |Role=Author | ||
− | |Resource URL= | + | |Resource URL= |
}} | }} | ||
− | {{Software category | + | {{Software category |
− | |Interface=command- | + | |Interface=command-line |
|Software-development=programming-language | |Software-development=programming-language | ||
|Use=software-development | |Use=software-development | ||
− | |||
}} | }} | ||
− | {{ | + | {{Featured |
− | |Featured | + | |Featured date=2012/04/26 |
− | |Featured | + | |Featured category=Development |
}} | }} |
Revision as of 12:40, 14 January 2022
Lua
http://www.lua.org/
Embeddable programming language
Lua is a programming language designed for extending applications. It is also frequently used as a general-purpose, stand-alone language.
It combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, interpreted from bytecodes, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Waldemar Celes | Author |
Luiz Henrique de Figueiredo | Author |
Roberto Ierusalimschy | Author |
Resources and communication
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.