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