- Добавил: literator
- Дата: 12-01-2023, 07:18
- Комментариев: 0

Автор: Harry Yoon
Издательство: Coding Books Press
Год: November 9, 2022
Страниц: 196
Язык: английский
Формат: pdf, epub, mobi
Размер: 10.1 MB
Learn Lua Programming in a Weekend! This book is a mini language reference on the Lua programming language. Lua is one of the "smallest" and simplest programming languages, and it is widely used as a scripting language in many applications, including various game engines such as Roblox. Lua is a "beginner-friendly" programming language. We go through all important features of Lua, as a standalone coding language in this book. Although the book is written as a reference, you can read it more or less from beginning to end and you should be able to get the overall picture of the Lua language if you are familiar with some basic syntax of Lua. The book also includes all essential builtin functions and the standard library functions. Lua is one of the simplest general purpose programming languages, and it is easy to learn and easy to use. Lua is dynamically typed, and it supports automatic memory management.