Introduction to Rust - for People Who Have Never Used a Compiler
Offered By: linux.conf.au via YouTube
Course Description
Overview
Dive into a comprehensive tutorial on Rust programming for beginners with no prior compiler experience. Learn the essentials of the language, including cargo, immutability, types, methods, safety, generics, and data structures. Follow along as the instructor builds a command-line utility, demonstrating how Rust can be as accessible as Python or Ruby while offering the benefits of a compiled language. Explore practical examples, including an L-system interpreter, and gain insights on overcoming common learning hurdles. Discover tools and resources for continued learning, and understand how Rust's powerful features can be approached without getting bogged down in complex terminology.
Syllabus
Introduction
Tim McNamara
Acknowledgements
What is Rust
Cargo
Running cargo
Learning Rust without a compiler
SCCache
Immutable
Types
Type methods
Safety
Unit
Generics
LSystem Interpreter
Code Example
Data Types
Collections
Taught by
linux.conf.au
Related Courses
Computer Vision: The FundamentalsUniversity of California, Berkeley via Coursera Programming Languages
University of Virginia via Udacity Learn to Program: Crafting Quality Code
University of Toronto via Coursera Computational Photography
Georgia Institute of Technology via Coursera Algorithms: Design and Analysis, Part 2
Stanford University via Coursera