Let me try and re-express this.
Without knowing the book you’re talking about and what all stuff it covers, I’m guessing 75-80% will be directly usable with Corona SDK.
We know there are some Lua functions like “loadstring” and “dofile” (I think) are not available to Corona SDK. One can’t be allowed because of Apple’s requirements and the other is replaced by the “require” statement.
But how to write functions, build and manage tables, construct FOR and WHILE loops, assign variables, test for conditions, use some of the common libraries, like the math library will be 100% usable with Corona SDK.
Corona SDK has a lot of the core Lua libraries like for doing network connections to internet servers build in, but other things like parsing an XML file, not so much.
Without knowing which of these libraries your book is going to cover, its hard to sit here and say if you learn X from the book you will be able to use it if X happens to be one of those not-included libraries.
If the book is half language half libraries and you’re going to get 100% of the language and 50% of the libraries, then you will be able to use 75% of the book. But that’s 100% speculation because I don’t know the book.
[import]uid: 19626 topic_id: 23127 reply_id: 92607[/import]