- 1. Welcome to Codon
- General
- 2. Getting started
- 2.1. Frequently asked questions
- 2.2. Differences with Python
- 2.3. Release notes
- 2.4. Roadmap
- Language Features
- 3. Basics
- 3.1. Collections
- 3.2. Functions
- 3.3. Classes
- 3.4. Generators
- 3.5. Statics
- 3.6. Other types and features
- 3.7. Foreign function interface
- 3.8. Inline LLVM IR
- Interoperability
- 4. Interoperability
- 4.1. NumPy support
- 4.2. Python integration
- 4.3. Python decorator
- 4.4. Python extensions
- 4.5. C/C++ integration
- 4.6. Jupyter integration
- Advanced
- 5. Advanced
- 5.1. Parallelism and multithreading
- 5.2. GPU programming
- 5.3. Pipelines
- 5.4. Intermediate representation
- 5.5. Building from source