Cranston's Life - Rust and More Rust

Rust Pattern Matching Gets Better and Better!

The Rust programming language is already KNOWN for having powerful pattern matching.

But thanks to the Recent and future pattern matching improvements article I now know that what is already GOOD is getting even BETTER!

I do not know if I will use them in my Rust code right away but things like stabilizing subslice patterns, nested or-patterns, bindings after @, and combining by-move and by-ref bindings show that Rust is always IMPROVING!

A Go Programmer Learns About Rust!

Rust and Go are two programming languages that started to GROW and MATURE around the same time.

Some programmers think of them as COMPETITORS, while others think of them as COLLEAGUES.

And some programmers know BOTH Rust and Go, but others just know Rust, and others just know Go.

The Early Impressions of Rust from a Go Programmer INFORMS us of what Kaleb thinks about Rust.

The article covers MATTERS such as Rust's learnability, the things Kaleb likes, the things Kaleb's unsure about, and the things about Rust that Kaleb dislikes.

Kaleb concludes that: "Rust fits better for lower level, resource constrained or performance critical projects, while Go is much easier for higher level projects."

If you are like Kaleb and you are deep into Go but you are getting Rust CURIOUS, then Kaleb's article may help you understand what Rust may be to you.