plum
git clone https://git.pyrossh.dev/plum
A statically typed, imperative programming language inspired by rust, python
plum-runtime/src/main.rs
73e4ff1
— Peter John
2026-09-04T19:31:38+05:30
feat(plum): make Str a real class instead of a special-cased primitive
bf629a2
— Peter John
2026-09-03T19:47:08+05:30
feat(plum): trait conformance checking, Stringable->ToStr, finish str.plum
2ec05c8
— Peter John
2026-09-02T19:57:50+05:30
feat(libs/std): complete os/time/uuid, add Option/Result generics; fix several monomorphization/parser bugs
a271f34
— Peter John
2026-08-27T19:20:16+05:30
improvements