Evelin is a general purpose, statically typed, compiled language.
It is currently supported on amd64 (linux and MacOS), arm64, and riscv64. It uses QBE backend to generate platform-dependent machine code and the host machine's C compiler to build the final binary.
Here's a Hello World program in Evelin:
fn main() -> void {
print "Hello, World!";
}
Here's Raylib via Evelin:
See the installation guide.
Learn how to use Evelin through examples. See the language guide.