- Introduction
- 1. Installation
- 2. Using Komodo
- 2.1. Using the REPL
- 2.2. Executing files
- 2.3. VSCode Extension
- 2.4. Code examples
- 3. Programming with Komodo
- 3.1. Core features
- 3.2. Types
- 3.3. Functions
- 3.3.1. Builtin functions
- 3.3.2. Named functions
- 3.3.3. Anonymous functions
- 3.4. Pattern matching
- 3.4.1. Destructuring
- 3.4.2. With functions
- 3.4.3. case expressions
- 3.5. Control flow structures
- 3.5.1. if expressions
- 3.5.2. for expressions
- 3.6. Mutability
- 3.7. Importing code
- 3.8. The standard library
- 4. Appendix
- 4.1. Builtin types
- 4.2. Data structures
- 4.3. Control flow structures
- 4.4. Keywords
- 4.5. Operators and symbols