1. Introduction
  2. Conventions
  3. Installation
  4. Writing your first Ybixo program
  5. Using functions and variables
  6. Controlling flow with conditions
  7. Reading from standard input
  8. Handling errors with Result and match
  9. Iterating through collections
  10. Associating values with hash maps
  11. Accounting for missing data with Option
  12. Sharing behavior with closures
  13. Modeling data with structs
  14. Modeling data with enums
  15. Organizing code with modules
  16. Reusing code with generics
  17. Defining common behavior with traits
  18. Writing tic-tac-toe in Ybixo
  19. Exploring Ybixo further
  20. Ybixo compared to Rust and Ruby