~repos /plum
git clone https://pyrossh.dev/repos/plum.git
A statically typed, imperative programming language inspired by rust, python
test/main.rs
mod 123
static data = ""
struct Row { pub id: String}
impl Row { fn add(&self, other: Row) -> Row { Row {} }}
fn main() { println("1231") Row("123")}