Resources for new Authors
r1
Introduction
A common question that gets asked is "where can I start to learn to code?" This is a knowledge base article which will attempt to help with this.
The first question you should ask yourself is what is Lua? Lua is a powerful light-weight programming language designed for extending applications. It is often used as a configuration language. Lua is not an acronym. It is the Portuguese word for "moon".
Tutorials
WoW Specific
Resource Guides
General Lua
- Lua 5.1 Reference Manual
- Programming in Lua (First Edition) - A book written by the authors of the Lua programming language. The first edition is available free online and covers Lua 5.0. The second edition is available in print from most online bookstores, and covers Lua 5.1.
WoW Specific
- WoW Programming - A companion site and API reference for a book written by Cladhaire (jnwhiteh) and Gazmik
- WowPedia WoW API
Facts
- Date created
- Jul 02, 2011