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)
- Host: GitHub
- URL: https://github.com/mindreframer/lua-course-backup-files
- Owner: mindreframer
- Created: 2013-10-05T08:43:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-05T08:45:30.000Z (over 12 years ago)
- Last Synced: 2024-12-27T05:07:43.668Z (over 1 year ago)
- Language: C
- Size: 6.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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