View Single Post
07-31-08, 03:43 PM   #7
Eidolarr
An Aku'mai Servant
 
Eidolarr's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 34
I don't know all of the languages you listed, but I don't think any of them are really procedural languages. Do you know things like for loops and the like?

If you have a good grasp of basic procedural programming concepts (loops, events, conditionals, functions) you probably don't need a book. Lua is not a hard language to learn at all unless you're learning from scratch. You can get by making simple addons and gradually expanding your scope, looking at increasingly dificult addons for inspiration when you get stuck.
  Reply With Quote