指南 | Guide
目录
- 别名,要求和导入 | alias, require, and import
- 基本操作 | Basic operators
- 基本种类 | Basic types
- 二进制,字符串和字符串 | Binaries, strings, and charlists
- case, cond, and if
- 推导 | Comprehensions
- 可枚举和流 | Enumerables and Streams
- Erlang库 | Erlang libraries
- 介绍 | Introduction
- IO和文件系统 | IO and the file system
- 关键字列表和地图 | Keyword lists and maps
- 模块属性 | Module attributes
- 模块函数 | Modules and functions
- 模式匹配 | Pattern matching
- 处理 | Processes
- 协议 | Protocols
- 递归 | Recursion
- 印记 | Sigils
- 结构 | Structs
- 尝试,捕捉和拯救 | try, catch, and rescue
- 类型规范和行为 | Typespecs and behaviours
- 下一步 | Where to go next