看到第四章的时候,发现Lua的靓点好多,在编程中会提供很多便利,但是由于这些东西都是新的,刚开始学容易忘,回过头再去书里找又太麻烦,尤其是我看的电子书,所以才想到要记下来。这是我第一次写读书笔记,希望可以做完做好。
Programming in Lua, Thrid Edition
I The Language
1 Getting Started
2 Types and Values
3 Expressions
4 Statements
5 Functions
6 More about Functions
7 Iterators and the Generic for
8 Compilation, Execution, and Errors
9 Coroutines
10 Coroutines
II Tables and Objects
11 Data Structures
12 Data Files and Persistence
14 The Environment
15 Modules and Packages
16 Object-Oriented Programming
17 Weak Tables and Finalizers
III The Standard Libraries
18 The Mathematical Library
19 The Bitwise Library
20 The Table Library
21 The String Library
22 The I/O Library
23 The Operating System Library
24 The Debug Library
IV The C API
25 An Overview of the C API
26 Extending Your Application
27 Calling C from Lua
28 Techniques for Writing C Functions
29 User-Defined Types in C
30 Managing Resources
31 Threads and States
32 Memory Management