Projects > Software > Programming >
A programming language of some note.
I had some small interest in this language, primarily because it's used for World of Warcraft addon programming and general scripting [ 1 ] , but I ended up losing interest in it and in programming in general.
--
-
- Lua programming for the web!
--
-
2009-08-22 - 5.1 on (distribution not recorded)
Table of Contents [hide]
Learning ∞
Reading ∞
-
- (at the bottom of the page)
-
- ISBN 978-85-903798-4-3
-
- The online version of the first edition.
- ISBN 85-903798-1-7
-
Programming in Lua (second edition)
- ISBN 85-903798-2-5
-
Beginning Lua Programming
- ISBN 0470069171
-
Game Development with Lua
- ISBN 1584504048
-
Game Programming with Python, Lua, and Ruby
- ISBN 1592000770
-
- ISBN 85-903798-3-3
GUI Libraries ∞
Fun stuff ∞
-
https://gmod.facepunch.com/ [ 2 ] -- Real-ish FPS-style environment
- Commercial
-
https://www.roblox.com/ -- Lego people
- Lame
Software ∞
- /tag/software+lua
- /tag/lua-software
- https://github.com/luaforge?tab=repositories (( was luaforge.net/projects/
-
Cosmo -- Templating engine
Resources ∞
2009-08-22 - 5.1 ∞
Why does the second statement have two tabs after "from"?:
io.write("Hello world, from ",_VERSION,"!\n") print("Hello world, from ",_VERSION,"!")
=> Hello world, from Lua 5.1! Hello world, from Lua 5.1 !
Footnotes
- Note that World of Warcraft's programming is separate from it's macros. - [↩]
- was http://www.garrysmod.com - [↩]
ported