plum
git clone https://git.pyrossh.dev/plum
A statically typed, imperative programming language inspired by rust, python
test/simple_add.plum
fun add(a: Int, b: Int) -> Int =
a + b
git clone https://git.pyrossh.dev/plum
fun add(a: Int, b: Int) -> Int =
a + b