A new, general purpose language that takes inspiration from Elm, Elixir and Ocaml.
- Code aesthetics matter
- Compilers should help produce better code, not block you
- Built-in support for handling failures
- Readability over cleverness
- Thoughtful design over compromises
Our documentation is organized into several sections to help you find what you need:
- Getting Started - Begin here if you're new to the language
- Installation Guide - Instructions for installing the compiler and tools
- Language Specification - Formal language specification and semantics
- Standard Library - Documentation for the standard library
- Tools & IDE Support - Information about the REPL, LSP, and other developer tools
If you're interested in contributing to the project:
- Development Setup - How to set up your development environment
- Contribution Guidelines - Coding standards and contribution process
- Design Documents - Architecture and design decisions