a Chinese translation for <<The Swift Programming Language>>
大家都在抢坑,咱们也要抓紧呀! 整不好下次就是20年后才有机会了! ^_^
- 每个小章节使用一个md文件。例如: "A Swift Tour" 这个小节,使用 a_swift_tour.md 文件。
- 大家补充~~~
- 对于 Class, Object, Enumeration, Function, Closure 等专有名字不建议翻译。
- The Basics (阿筝)
- Basic Operators(阿筝)
- Strings and Characters(阿筝)
- Collection Types(宏亮)
- Control Flow
- Functions
- Closures
- Enumerations
- Classes and Structures
- Properties
- Methods(沛沛)
- Subscripts
- Inheritance
- Initialization
- Deinitialization
- Automatic Reference Counting
- Optional Chaining
- Type Casting
- Nested Types
- Extensions
- Protocols
- Generics
- Advanced Operators(思维)
- About the Language Reference
- Lexical Structure
- Types
- Expressions
- Statements
- Declarations
- Attributes
- Patterns
- Generic Parameters and Arguments
- Summary of the Grammar