Contents The way of the program Variables, expressions and statements Functions Case study: interface design Conditionals and recursion Fruitful functions Iteration Strings Case study: word play Lists Dictionaries Tuples…
This tutorial is an early draft. It is likely that you will quickly be blocked by an incomplete section (like “XXX”) or a missing section. Don’t hesistate to complain, ask for…
This book explains how Rust achieves this combination via a sophisticated and flexible type system, working together with a novel “borrow checker.” Rust promises: No null pointer dereferences. Programs won’t crash…