Rust my way

2 minute read Published: 2025-11-13

It’s been 4 years since my last post here. Since then I have learn to code in Rust (not beautiful Rust may be) and I like it even if the borrow checker drove me crazy and made me cry at first! Why do I like it ? Is it because of it’s speed ? The memory safety provided by the borrow checker ? The productivity similar to that of Python ? These features are great but not the ones I prefer:

By the way, give a try to Zed IDE when programming in Rust ;-)