July 31, 2023

re: Coding

This Post is part of the Blog Chain: Write An App (2023) Blog-Chain.

Today I worked through the first set of exercises in The Rust Programming Language "tutorial" book for Rust. This exercise book was recommended to me by a friend who was curious about Rust. There are a total of 20 "chapters" in the book, and I intend to get through them in August.

Today I just went through the first "chapter" which covers installation of Rust and Cargo (which I had already completed), a "hello world" program (which I recently completed), and using "Cargo" to compile code. It included a very brief exposure to .TOML files.

I'm looking forward to the next set of exercises, which should include some actual program control flow and variable manipulation.