~repos /plum
git clone https://pyrossh.dev/repos/plum.git
A statically typed, imperative programming language inspired by rust, python
test/main.js
class Data { toStr() { return `${this.name}` }}
function toStr() { return `Hello ${this.name}`}