roto 0.10.0

a statically-typed, compiled, embedded scripting language
Documentation
1
2
3
fn add_numbers(x: List[u64]) -> List[u64] {
    x + [1, 2, 3, 4, 5]
}