plum
git clone https://git.pyrossh.dev/plum
A statically typed, imperative programming language inspired by rust, python
plum-std/Time.plum
5f2f962
— Peter John
2026-09-08T12:01:22+05:30
feat(lang): remove type/class entirely, enum is the only declaration form
ca5fd6f
— Peter John
2026-09-05T21:28:50+05:30
feat(number): add Number enum, migrate Int/Float methods, fix Float interpolation
29313cb
— Peter John
2026-09-05T13:28:55+05:30
refactor(stdlib): move libs/std to top-level plum-std, gate Int/Float/Str imports
73b5e55
— Peter John
2026-09-04T20:39:27+05:30
feat(plum): make Bool an ordinary import-gated enum, no hardcoded prelude
b7071c9
— Peter John
2026-09-04T19:42:10+05:30
refactor(libs/std): rename files to match their primary class name
a9a0147
— Peter John
2026-09-04T14:56:44+05:30
feat(plum): remove expect, unify on assert, Spock-style test tree output
710607b
— Peter John
2026-09-03T20:20:17+05:30
refactor(libs/std): move Duration's unit constructors to static methods
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
141de54
— Peter John
2026-07-21T10:13:36+05:30
fix
fa31ba4
— pyrossh
2024-11-24T19:17:28+05:30
some changes
1675049
— Peter John
2024-11-05T11:25:58+05:30
new syntax
19b8452
— pyrossh
2024-02-23T12:09:48+05:30
improve syn