Quest 2 - A Tour on Rust Semantics
Learning Outcomes
By the end of this quest, you will be able to:
- Write idiomatic Rust code
- Understand the syntax of Rust
- Have some understanding between the differences of statically typed and dynamically typed languages
Quest Details
Introduction
This part of the campaign introduces you to the semantics of Rust such as how we declare variables, print output, define functions, conditional statements and loops and other basic operations such as arithmetic. We will also have a bit of introduction of primitives and other data types in Rust. π
Rust is very verbose as a language. It also contains lots of symbols just for printing a statement. However, each part of the syntax is carefully designed so that itβs easily recognisable. π«‘
In this quest, you will have to prepare for information overload since this will be the real beginning of the Rust campaign. π³
For technical help on the StackUp platform & quest-related questions, join our Discord, head to the π | quest-help-forum channel and look for the correct thread to ask your question.
Deliverables
This quest has 1 deliverable.
- A full screenshot with code editor
This quest is part of a campaign so do check out other quests!
Find articles to support you through your journey or chat with our support team.
Help Center