https://orbitalquark.github.io/lua-quick-reference/
Lua Quick Reference Book
https://orbitalquark.github.io/lua-quick-reference/
book e-book lua luajit quick-reference reference
Last synced: about 2 months ago
JSON representation
Lua Quick Reference Book
- Host: GitHub
- URL: https://orbitalquark.github.io/lua-quick-reference/
- Owner: orbitalquark
- Created: 2020-09-14T00:27:24.000Z (over 5 years ago)
- Default Branch: default
- Last Pushed: 2023-08-01T13:14:34.000Z (over 2 years ago)
- Last Synced: 2025-09-07T18:49:01.632Z (4 months ago)
- Topics: book, e-book, lua, luajit, quick-reference, reference
- Language: C
- Homepage: https://orbitalquark.github.io/lua-quick-reference
- Size: 2.09 MB
- Stars: 48
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- my-awesome-lua - Lua Quick Reference - This book covers: Object-oriented programming with Lua. Creating and working with Lua and C Modules. Lua's standard library and its C API. Collaborative multi-threading in Lua and C. How to program in and embed Lua 5.1 through 5.3, by the creator of Textadept. (Resources / Books)
README
These examples come from:
Lua Quick Reference
Second Edition
Published: May 2020
ISBN: 978-0-9912379-5-1
Pages: 169
https://orbitalquark.github.io/lua-quick-reference/
The contents of these examples may also include test code and/or boilerplate
code delimitted by "snipped" comments.
In Lua, snipped comments look like:
--8<---------------------------------------------------------------------------
Test and/or boilerplate code not included in the book.
--8<---------------------------------------------------------------------------
In C, snippet comments look like:
//8<---------------------------------------------------------------------------
Test and/or boilerplate code not included in the book.
//8<---------------------------------------------------------------------------