This is what happens when a Python dev tries to write Rust without actually learning Rust! The code is a horrifying Frankenstein's monster of Python syntax smuggled into Rust—like that .expect("Failed to read line") that would immediately error out since it's attached to a read operation that already completed. And don't get me started on using match with a dot operator right after! The error handling with Ok(num) => num looks legit until you see that bizarre Err(_) => continue syntax that would make the Rust compiler have an existential crisis. It's basically Python wearing a Rust trenchcoat trying to sneak into the memory-safe club.
What's Stopping You From Writing Your Rust Like This?
1 year ago
351,798 views
0 shares
rust-memes, python-memes, syntax-memes, language-confusion-memes, compiler-errors-memes | ProgrammerHumor.io
More Like This
Your Average Side Project
1 year ago
289.6K views
0 shares
Rust vs Python: A Tale Of Two Type Systems
11 months ago
400.4K views
0 shares
The Programmer Dating Hierarchy
6 months ago
516.9K views
1 shares
AI Hype Vs Reality
1 year ago
510.7K views
1 shares
You Need To Try More
1 year ago
384.9K views
0 shares
Tale Of Two Type Systems
1 year ago
351.8K views
2 shares
CafePress It Works On My Machine Mug 11 oz (325 ml) Ceramic Coffee Mug
Affiliate
Coffee Mugs
CafePress
Loading more content...
AI
AWS
Agile
Algorithms
Android
Apple
Bash
C++
Csharp