~repos /plum
git clone https://pyrossh.dev/repos/plum.git
A statically typed, imperative programming language inspired by rust, python
4c1e0a79
—
pyrossh 2 years ago
update readme
readme.md
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-

|
|
2
|
-
JEYMESSOUSA
|
|
3
|
-
|
|
4
1
|
# Palm Programming Language
|
|
5
2
|
|
|
6
|
-
A programming language with a syntax
|
|
3
|
+
- A programming language with a syntax inspired by [gleam](https://github.com/gleam-lang/gleam).
|
|
7
|
-
Aims to be compiled to
|
|
4
|
+
- Aims to be compiled to [WASM](https://webassembly.org/) with [WASI](https://wasi.dev/) support.
|
|
5
|
+
- No memory management as the script/program is meant to run only once and exit.
|
|
6
|
+
- Targetting to run only in Edge environments like [wasmedge](https://wasmedge.org/), [fermyon](https://www.fermyon.com/)
|
|
8
7
|
|
|
9
8
|
## Quick start
|
|
10
9
|
|