Skip to content

Home

Welcome to the Betty programming language documentation. Explore the language through examples, or dive into the comprehensive reference and understand the technical foundations.

Warning

This documentation is still a work in progress and may not cover all language features yet. Please check back for future updates!

  • Examples


    Practical examples demonstrating Betty's features and capabilities, from basic syntax to advanced programming concepts.

  • Reference


    Comprehensive documentation of Betty's syntax, keywords, data types, and standard library functions.

Getting Started

Note

No binaries are currently supplied for the Betty interpreter. In the future, a GitHub Actions automated workflow for release builds is likely to be set up.

Currently, the fastest way to get started with development in Betty is to clone the repo and build the binaries yourself.

git clone https://github.com/betty-lang/betty.git