- 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.
- C程序設計簡明教程(第二版)
- Learning RxJava
- Learning Bayesian Models with R
- DevOps Automation Cookbook
- 基于差分進化的優化方法及應用
- 差分進化算法及其高維多目標優化應用
- Unity 5.x By Example
- Android 應用案例開發大全(第3版)
- Hands-On Swift 5 Microservices Development
- VMware虛擬化技術
- Getting Started with LLVM Core Libraries
- 深度學習:Java語言實現
- Android項目實戰:手機安全衛士開發案例解析
- 零基礎學C語言第2版
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)