Ryton Programming Language

Modern programming with Zig, Python and JVM integration

Get Started Documentation
example.ry

#ZigModule(
    pub fn fast_calc(x: i32) i32 {
        return x * 2;
    }
) -> math // fast module in zig

pack Calculator {
    func calculate(int) {
        return math.fast_calc(x) // use fast module
    }
}
                

Key Features

Zig Integration

Direct access to low-level performance

Modern Syntax

Clean and expressive code

Universal

Python and JVM ecosystem access

GitHub Statistics

0 Projects
0 Stars
0 Contributors

Releases

Latest: v0.0.0
Total: 0
Downloads: 0

Commits

Total: 0
This week: 0

Top Developers

Avatar

Top PR Contributor

Avatar

Top Ryton Developer