Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.58 KB

File metadata and controls

30 lines (22 loc) · 1.58 KB

Olive Documentation

This is the technical reference and user guide for the Olive systems programming language.

Where to Start?

Core Language

  • Ownership: How Olive manages memory without a garbage collector.
  • Generics: Writing flexible, reusable code with type parameters.
  • Structs and Enums: Building your own data types.
  • Traits: Defining shared behavior between different types.
  • Async: Writing fast, concurrent programs with async and await.
  • Error Handling: How to deal with things that go wrong.

Ecosystem and Advanced