Part 2: Learning by Doing – CLI
This part will introduce the first Learn by Doing project by walking through everything needed to create a CLI application. This includes various Crystal features such as I/Os, fibers, and C bindings. This part will also cover the basics of scaffolding a new Crystal project.
This part contains the following chapters:
- Chapter 4, Exploring Crystal via Writing a Command-Line Interface
- Chapter 5, Input/Output Operations
- Chapter 6, Concurrency
- Chapter 7, C Interoperability