snaggen

joined 2 years ago
 

Have you ever heard that Rust is difficult and has a steep learning curve?

In this blog post, the author will explain why he believe that is wrong and, in some cases, easier than some other programming languages.

2
This Week in Rust 502 (this-week-in-rust.org)
submitted 2 years ago* (last edited 2 years ago) by snaggen@programming.dev to c/rust@programming.dev
 

This blog post was published roughly simultaneously with the regex 1.9 release.

 

Arti is the ongoing project to create a next-generation Tor client in Rust. It finally has working client-side onion service support.

 

I thought this was an interesting article, that might be of interest in this community since rust is one of the new languages that uses Composition over Inheritance.

TL; DR by the author:

This is a story about how I felt forced to give up inheritance and object-oriented programming, and still missed it for a very long time. And why now, half a decade later, I believe that inheritance is an inferior choice in most cases.

 

I think one of the more complex part of rust is async rust, especially when you need to go beneath the surface. So I'm always happy when I find good articles trying to clarify what is going on behind the scenes.

view more: ‹ prev next ›