summaryrefslogtreecommitdiff
path: root/docs/examples.md
blob: 5a323b3451252dc53c01fe27004fbdae7e00322c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Examples

In this chapter you can find some example programs that you can use to learn
more about the runtime.

## Basic

- [Hello World](./examples/hello_world)
- [Import and Export Modules](./examples/import_export)
- [How to Manage Dependencies](./examples/manage_dependencies)

## Advanced

- [Unix Cat](./examples/unix_cat)
- [File Server](./examples/file_server)
- [TCP Echo](./examples/tcp_echo)
- [Subprocess](./examples/subprocess)
- [Permissions](./examples/permissions)
- [OS Signals](./examples/os_signals)
- [File System Events](./examples/file_system_events)
- [Testing If Main](./examples/testing_if_main)