1. Welcome
  2. Preamble
  3. Keywords
  4. Data Types
    1. Primitives
    2. Composite Data Types
    3. Mathematical Data Types
  5. Notations
  6. Variables and Scopes
    1. Variables
    2. Scopes
  7. Control Flow
    1. Conditional Branching
    2. Looping
  8. Functions
    1. Functions
    2. Call Dispatching
  9. Error Handling
    1. Exceptions
    2. Handling the Exceptions
  10. Polymorphism
    1. Any Type
    2. Generics
    3. Reflection
    4. Function Overloading
    5. Behaviors
  11. Memory Management
    1. Garbage Collection
    2. Referencing
  12. Multithreading and Concurrency
    1. Actors
    2. Scheduler
    3. Mutable Variables Across Actors
  13. FFI
    1. External Functions
    2. Raw Pointers
    3. Scheduling External Functions
  14. Standard Library
    1. str
    2. math
    3. num
    4. behaviors
    5. collections
    6. env
    7. os
    8. io
    9. net
    10. testing
    11. ffi
  15. Compilation and Execution
    1. Compilation Pipeline
    2. Ahead-Of-Time Compilation
    3. Just-In-Time Compilation
    4. Compiling As A Library
  16. The Orbit Package Manager
    1. Orb
    2. Orb.vg
    3. Orbits.io
    4. Importing Orbs