Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrossh committed Jun 26, 2023
1 parent 4c1e0a7 commit ba60f69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Palm Programming Language

- A programming language with a syntax inspired by [gleam](https://github.com/gleam-lang/gleam).
🌴 A statically typed programming language 🌴

- Aims to be compiled to [WASM](https://webassembly.org/) with [WASI](https://wasi.dev/) support.
- No memory management as the script/program is meant to run only once and exit.
- Targetting to run only in Edge environments like [wasmedge](https://wasmedge.org/), [fermyon](https://www.fermyon.com/)
Expand Down

0 comments on commit ba60f69

Please sign in to comment.