roto 0.11.0

a statically-typed, compiled, embedded scripting language
Documentation
1
2
3
function foo(x: i32) {
    print(x);
}