~repos /plum

#treesitter#compiler#wasm

git clone https://pyrossh.dev/repos/plum.git
Discussions: https://groups.google.com/g/rust-embed-devs

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


ba60f690 pyrossh

2 years ago
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/)