WoW:Lua: Difference between revisions

No change in size ,  29 January 2012
(Corrected LUA->Lua, which is the proper way to write Lua. See: http://www.lua.org/about.html)
Line 2: Line 2:


==Programming References==
==Programming References==
These are not so many guides or tutorials, but a place to look for information on the Lua language itself.  The reader should be somewhat familiar with programming in general.
These are not so much guides or tutorials, but a place to look for information on the Lua language itself.  The reader should be somewhat familiar with programming in general.
;[http://www.lua.org/manual/5.1/ Official Reference Manual] : contains syntax and basic commands, but is heavy-going for readers without a programming background ([http://pgl.yoyo.org/luai Luai]: alternative way of browsing the manual)
;[http://www.lua.org/manual/5.1/ Official Reference Manual] : contains syntax and basic commands, but is heavy-going for readers without a programming background ([http://pgl.yoyo.org/luai Luai]: alternative way of browsing the manual)
;[http://www.inf.puc-rio.br/~roberto/book/ Programming in Lua] : the definitive Lua guide by [http://www.inf.puc-rio.br/~roberto/ Roberto Ierusalimschy]. [http://www.lua.org/pil/ Online version]
;[http://www.inf.puc-rio.br/~roberto/book/ Programming in Lua] : the definitive Lua guide by [http://www.inf.puc-rio.br/~roberto/ Roberto Ierusalimschy]. [http://www.lua.org/pil/ Online version]
Anonymous user