From ba60f690aa24c92a0de667856003eb142e531c1a Mon Sep 17 00:00:00 2001 From: pyrossh Date: Mon, 26 Jun 2023 19:09:35 +0530 Subject: [PATCH] update --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ffdab66..4888dc2 100644 --- a/readme.md +++ b/readme.md @@ -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/)