plum

#treesitter#compiler#wasm

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

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


ba60f69pyrossh 2023-06-26T19:09:35+05:30
update
Files changed (1) hide show
  1. readme.md +2 -1
readme.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Palm Programming Language
2
2
 
3
- - A programming language with a syntax inspired by [gleam](https://github.com/gleam-lang/gleam).
3
+ 🌴 A statically typed programming language 🌴
4
+
4
5
  - Aims to be compiled to [WASM](https://webassembly.org/) with [WASI](https://wasi.dev/) support.
5
6
  - No memory management as the script/program is meant to run only once and exit.
6
7
  - Targetting to run only in Edge environments like [wasmedge](https://wasmedge.org/), [fermyon](https://www.fermyon.com/)