OLD | NEW |
---|---|
(Empty) | |
1 # Introduction to Mojo | |
2 | |
3 This is a high-level introduction to Mojo, and tries to explain its most | |
4 important aspects. | |
5 | |
6 * [What is Mojo?](what_is_mojo.md) | |
7 * [Layers](layers.md) | |
8 * [Mojo programs](programs.md) | |
9 * [Mojo handles (objects)](handles.md) | |
10 * [Message pipes](message_pipes.md) | |
11 * [Mojom (the Mojo IDL)](mojom.md) | |
OLD | NEW |