From 03190bd08af6efb4bda8eaa3152b71c17d96e7bc Mon Sep 17 00:00:00 2001 From: vasilev Date: Mon, 1 Jul 2024 20:27:37 +0600 Subject: [PATCH] Added MoonBit-lang. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 11c2b08..29073bf 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ This repo contains a list of languages that currently compile to or have their V - [Haskell](#haskell) - [Julia](#julia) - [Kou](#kou) + - [MoonBit](#moonbit) - [Nerd](#nerd) - [Nim](#nim) - [Ocaml](#ocaml) @@ -422,6 +423,14 @@ This repo contains a list of languages that currently compile to or have their V -------------------- +### MoonBit [top⇈](#contents) +> MoonBit is an end-to-end programming language toolchain for cloud and edge computing using WebAssembly. The language is like Rust with GC support. The fast compiler is optimized to produce very compact WASM binaries. + +* [MoonBit](https://www.moonbitlang.com) - main website. You can try the language out [here](https://try.moonbitlang.com/). +* [Core library](https://github.com/moonbitlang/core) - open-sourced standard library. Compiler source code is not available yet. + +-------------------- + ### Nelua [top⇈](#contents) > Minimal, simple, efficient, statically typed, compiled, metaprogrammable, safe, and extensible systems programming language with a Lua flavor. * [Nelua](https://github.com/edubart/nelua-lang/) - project repository