- Lua Quick Start Guide
- Gabor Szauer
- 175字
- 2021-08-05 10:30:29
Preface
Lua is a small, powerful, and extendable programming language that can be used to learn to program, write games and applications, or as an embedded scripting language. This book is the easiest way to learn Lua; it introduces you to the basics of Lua and helps you understand the problems it solves.
You will work with the basic language features, the libraries Lua provides, and powerful topics such as object-oriented programming. Every aspect of programming in Lua—variables, data types, functions, tables, arrays and objects—is covered in sufficient detail for you to get started. You will also find out about Lua's module system and how to interface with the operating system.
After reading this book, you will be ready to use Lua as a programming language to write code that can interface with the operating system, automate tasks, make playable games, and much more. This book is a solid starting point for those who want to learn Lua and then move on to other technologies, such as Love2D, to make games.
- Apache Spark 2 for Beginners
- Scratch 3游戲與人工智能編程完全自學(xué)教程
- Building Mapping Applications with QGIS
- Nginx Essentials
- SSM輕量級(jí)框架應(yīng)用實(shí)戰(zhàn)
- Frank Kane's Taming Big Data with Apache Spark and Python
- Mastering Python Design Patterns
- OpenStack Networking Essentials
- PrimeFaces Blueprints
- TypeScript 2.x By Example
- Flask Web開(kāi)發(fā):基于Python的Web應(yīng)用開(kāi)發(fā)實(shí)戰(zhàn)(第2版)
- Java Hibernate Cookbook
- Ionic3與CodePush初探:支持跨平臺(tái)與熱更新的App開(kāi)發(fā)技術(shù)
- Microsoft Windows Identity Foundation Cookbook
- 測(cè)試工程師Python開(kāi)發(fā)實(shí)戰(zhàn)