plum

#treesitter#compiler#wasm

git clone https://git.pyrossh.dev/plum

A statically typed, imperative programming language inspired by rust, python


c5fd1a5Peter John 2026-08-10T10:19:06+05:30
fix(examples): remove basics.plum's unused, nonexistent 'std/io' import
Files changed (1) hide show
  1. examples/basics.plum +0 -2
examples/basics.plum CHANGED
@@ -1,7 +1,5 @@
1
1
  module basics
2
2
 
3
- import std/io
4
-
5
3
  MAX_RETRIES = 3
6
4
  PI = 3.14159
7
5
  GREETING = "hello"