~repos /plum
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
readme.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
# Palm Programming Language
|
|
2
2
|
|
|
3
|
-
|
|
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/)
|