-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathindex.md
More file actions
36 lines (24 loc) · 1.67 KB
/
index.md
File metadata and controls
36 lines (24 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# MoonBit Documentation
MoonBit is an end-to-end programming language toolchain for cloud and edge computing across `wasm`, `wasm-gc`, `js`, and `native` backends.
You can build mixed-backend projects in one module, such as a native backend and a web frontend that share the same domain model package.
### Get started
- [**Tutorials**](/tutorial/index.md): Follow tutorials to start your journey
- [**Language**](/language/index.md): Introduction to detailed language specifications
- [**Standard library**](https://mooncakes.io/docs/moonbitlang/core/): documentation of the standard library `moonbitlang/core`
- [**Toolchains**](/toolchain/index.md): Introduction to all the toolchains making developing MoonBit a unique experience.
### Useful Sources
- [Homepage](https://www.moonbitlang.com): The official site of MoonBit, including:
- [Download](https://www.moonbitlang.com/download/): How to install MoonBit toolchain
- [Blogs](https://www.moonbitlang.com/blog/): Big news and updates from the team
- [Updates](https://www.moonbitlang.com/weekly-updates/): Changelogs to language features
- [Document (this site)](https://docs.moonbitlang.com/en/): The complete and up to date document for MoonBit, including the sections mentioned before
- [Tour](https://tour.moonbitlang.com): Interactive language playground
- [MoonBit Skills](https://github.com/moonbitlang/skills): Install skills from this repository before using MoonBit code agents.
- [mooncakes.io](https://mooncakes.io): Package registry along with API documents, including:
- [Experimental library API](https://mooncakes.io/docs/moonbitlang/x/)
```{toctree}
:hidden:
tutorial/index
language/index
toolchain/index
example/index