Varse

A fast low level language.

Varse (pronounced /vɑr:s/) is a small, fast low level programming language designed for direct memory manipulation, no hidden runtime overhead, and predictable compilation with obvious error messages and built in suggestions to help fix it.

Get Started
$curl -sSf https://varse.org/install.sh | sh

Code Example

def x: 10;
def y: 20;

fn main() {
    fn add(x + y) {
        let consout = z;
        print(z);
    }
}

Optimized compiler

No bloat in the compiler, Made to be fast secure and low level all at the same time

Direct Hardware Access

Raw memory casting, and inline assembly support built straight into the language for those who know it

Fast Toolchain

Designed for fast builds with direct assembly compilation for x86_64 and ARM64 processors.