~repos /plum

#treesitter#compiler#wasm

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
Files changed (1) hide show
  1. readme.md +4 -5
readme.md CHANGED
@@ -1,10 +1,9 @@
1
- ![palm](https://user-images.githubusercontent.com/1687946/232222925-76a1d42d-fac9-4e6c-a24a-e622c4360871.svg)
2
- JEYMESSOUSA
3
-
4
1
  # Palm Programming Language
5
2
 
6
- A programming language with a syntax mostly similar to [gleam](https://github.com/gleam-lang/gleam).
3
+ - A programming language with a syntax inspired by [gleam](https://github.com/gleam-lang/gleam).
7
- Aims to be compiled to AMD64 and ARM64 using [QBE](https://github.com/8l/qbe) a small and fast compiler backend and also support the C ABI.
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