summaryrefslogtreecommitdiff
path: root/docs/examples.md
blob: 6fa8b8ef59db51d33287603dbee47b9b6e519475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.md)
- [Import and Export Modules](./examples/import_export.md)
- [How to Manage Dependencies](./examples/manage_dependencies.md)
- [Fetch Data](./examples/fetch_data.md)
- [Read and Write Files](./examples/read_write_files.md)

## Advanced

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