Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added MoonBit #154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -422,6 +423,14 @@ This repo contains a list of languages that currently compile to or have their V

--------------------

### <a name="moonbit"></a>MoonBit <sup>[top⇈](#contents)</sup>
> 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.

--------------------

### <a name="nelua"></a>Nelua <sup>[top⇈](#contents)</sup>
> 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
Expand Down