[Michael Snoyman] Rust для начинающих
Язык программирование: Rust
Описание
Begin Rust это полноценное руководство к языку Rust. Если вы начинающий программист который ищет свой первый язык программирования, или вы опытный программист желающий изучить Rust language, мы надеемся эта книга вам поможет.
Оригинальное описание
About Us
Michael and Miriam have been working on documentation, blog posts, tutorials, and books aimed at programmers for years. They've written countless blog posts on their , the , and elsewhere. They have written previously on web development in the Haskell programming language in the O'Reilly book .
is a prolific open source developer, authoring and maintaining dozens of popular libraries in the Haskell ecosystem. Michael has been in software development for twenty years, and regularly speaks on the topic and provides training. Michael is passionate about teaching programming and making it accessible. This book is the latest culmination of that passion.
has a background in linguistics, and has been programming off and on for the past 14 years. Miriam has regularly read, reviewed, edited, and generally improved a large body of technical writing on Haskell and Rust. More recently, Miriam has stepped into the role of educator, using this book as a basis for teaching Rust to school-aged new programmers.
Why this book?
We've taken great care to make this book approachable for a wide variety of audiences. We've focused intensely on making sure the content builds upon itself linearly, avoiding confusion among new learners. We've provided appropriate exercises throughout to reinforce the material.
Given our original audience of younger programmers, we knew that we needed to provide a rewarding experience, minimizing failure points as much as possible. This has allowed us to use this as a teaching text, and we believe it will encourage success for others as well. If you're a programmer looking to help your friends or family learn programming, or you yourself have had trouble picking up Rust in the past, we think this is a great resource.
And while this attention to detail may not be vital for experienced programmers looking to pick up a new language, we think you'll enjoy the gentle onramping it provides.
Темы которые будут раскрыты
What's covered?
Язык программирование: Rust
Описание
Begin Rust это полноценное руководство к языку Rust. Если вы начинающий программист который ищет свой первый язык программирования, или вы опытный программист желающий изучить Rust language, мы надеемся эта книга вам поможет.
Оригинальное описание
About Us
Michael and Miriam have been working on documentation, blog posts, tutorials, and books aimed at programmers for years. They've written countless blog posts on their , the , and elsewhere. They have written previously on web development in the Haskell programming language in the O'Reilly book .
is a prolific open source developer, authoring and maintaining dozens of popular libraries in the Haskell ecosystem. Michael has been in software development for twenty years, and regularly speaks on the topic and provides training. Michael is passionate about teaching programming and making it accessible. This book is the latest culmination of that passion.
has a background in linguistics, and has been programming off and on for the past 14 years. Miriam has regularly read, reviewed, edited, and generally improved a large body of technical writing on Haskell and Rust. More recently, Miriam has stepped into the role of educator, using this book as a basis for teaching Rust to school-aged new programmers.
Why this book?
We've taken great care to make this book approachable for a wide variety of audiences. We've focused intensely on making sure the content builds upon itself linearly, avoiding confusion among new learners. We've provided appropriate exercises throughout to reinforce the material.
Given our original audience of younger programmers, we knew that we needed to provide a rewarding experience, minimizing failure points as much as possible. This has allowed us to use this as a teaching text, and we believe it will encourage success for others as well. If you're a programmer looking to help your friends or family learn programming, or you yourself have had trouble picking up Rust in the past, we think this is a great resource.
And while this attention to detail may not be vital for experienced programmers looking to pick up a new language, we think you'll enjoy the gentle onramping it provides.
Темы которые будут раскрыты
What's covered?
- Declaring and using variables
- Blocks, expressions, and statements
- Declaring and calling functions
- Booleans and boolean logic
- Conditionals
- Mutable variables
- while loops
- Custom structs
- Ownership
- References and mutable references
- Declaring and making method calls
- Strings: slices, references, and ownership
- Arrays, Vecs, and slices
- Type parameters/generics
- Traits
- Custom enums
- The Option type
- Iterators and for loops
- Early exit and error handling
https://www.beginrust.com/