Lua Quick Start Guide: The easiest way to learn Lua programming
S**N
Basic run through
It covers the basic run through of the Lua code and that is just what I needed.
R**Y
Great resource.
Still learning. Very informational
W**M
Decent book for teaching the language, just as the title states.
The author does a reasonable job of showcasing the language to help someone get started in LUA quickly. I am using it to help teach a beginner how to program. The languag and style is down to earth and should be accessible to most people. NOTE- This book does not teach the art of programming, it is literally just a quick-start for LUA. If you want a book that teaches the art of programming using LUA you should look elsewhere.
O**G
Okay introduction if you need just the basics but $30 seems too high.
This book is a pithy, bull in a china shop approach to teaching Lua. If you have a small project and just need the basics then this book will probably serve you well enough. If you really want to dig in, skip it entirely. 'Programming in Lua' by Roberto lerusalimschy (one of Lua's authors) is a much more thorough and well written guide to the language.A couple examples of things that frustrated me about this book are making statements like "scopes are limited to their chunks" and then showing examples where you declare variables as local. In actuality, most variables are global by default and thus have global scope unless you explicitly declare it as local. If you are coming from most other languages, you understand scope to be local by default and stating that scopes are limited to their chunks is, in my opinion, misleading or at least not well explained. I also found that he would frequently introduce something and then just not bother to explain it. For example, 'w = 7 and 1 -- value is 1'. Why? Why isn't it "false" instead of a number. In some ways Lua seems to go out of its way to not follow conventions held in common by many other languages. More explanation of the what and why would be really helpful.The book is less than 200 pages and is uses decently large font and lots of white space which makes everything very readable but does so by sacrificing detail. So, as I said, it's probably a decent intro for a small personal or school project but if you really want to dig in, I'd put that $30 into something more substantial. ~$18 seems like a decent price point for this book. I felt $30 is much too high for what it is.
A**C
Not Enough Detail
I had never coded in Lua before and was disappointed by the astonishing lack of detail throughout the book. There were only a few examples in each section and topics were not covered thoroughly, books like this should be written with the assumption the reader is not familiar with what you are talking about. There are no files with the book that the reader can follow along with, I ended up using online resources and only referring to the book occasionally in order to complete my project.
E**K
Nice book
Nice book easy to follow.
Trustpilot
2 weeks ago
1 day ago