Getting Started
Installation
Rue is currently in early development. To try it out, you'll need to build from source. If you do try it out, you'll certainly find bugs, and if you do please file them!
Prerequisites
- Rust toolchain (for building the compiler)
- Buck2 build system
Building from Source
Your First Program
Create a file called hello.rue:
Compile and run it:
# prints: [hello.rue:2] 42 = 42
Next Steps
- Read the Language Specification for complete documentation
- Check out the GitHub repository for examples