An open API service indexing awesome lists of open source software.

https://github.com/mindreframer/lua-course-backup-files

http://www.dcc.ufrj.br/~fabiom/lua/ (PDFs and Code)
https://github.com/mindreframer/lua-course-backup-files

Last synced: 5 months ago
JSON representation

http://www.dcc.ufrj.br/~fabiom/lua/ (PDFs and Code)

Awesome Lists containing this project

README

          

## Downloaded from http://www.dcc.ufrj.br/~fabiom/lua/

Those files are from the Lua-Course at
http://www.dcc.ufrj.br/~fabiom/lua/

stored in GIT just for convenience.

Table of contents:
- Introduction to Lua
- Getting Started
- Types and Values
- Control Flow
- Functions
- Data Structures
- More Functions
- Iterators
- Handling Errors
- Modules
- Metatables
- Objects
- C API Basics
- Embedding Lua
- Extending Lua
- User-defined Types
- The Implementation of Lua