Under Development
Consider that Cyrus is under heavy development and is not stable yet. Therefore, it is not recommended for production environments or critical applications where stability and long-term support are paramount. Users should anticipate frequent updates, breaking changes, and potential bugs as the project evolves.
Documentation
Welcome to the official documentation for Cyrus. Here you'll find everything you need to get started with our modern, expressive, and efficient programming language.
A Quick Taste
Here's a glimpse of what Cyrus code looks like:
import std::libc{printf};
pub fn main() {
const msg: uint8* = "Cyrus";
printf("Hello, %s!\n", msg);
}
For Newcomers

