Zolo Tour
34 interactive lessons with integrated editor and automatic output verification. Learn Zolo from zero to advanced.
1
Getting Started
Hello world, variables and basic types.
2
Functions
Functions, closures, lambdas and the pipe operator.
3
Control Flow
if/else, match, loops and FizzBuzz.
4
Data Structures
Arrays, maps, structs, enums and traits.
5
Null Safety
Optional types, if let, chaining and error handling.
6
Iterators
map, filter, fold, zip, generators and infinite ranges.
7
Decorators
@memoize, @test, @benchmark and @retry.