logoalt Hacker News

usrnmyesterday at 10:59 PM3 repliesview on HN

I will never understand people bashing other languages for their syntax and readability and then saying that they prefer Rust. Async Rust is the ugliest and least readable language I've ever seen and I've done a lot of heavily templated C++


Replies

kachapopopowtoday at 12:19 AM

I don't really prefer rust, but I'd take that syntax over zig, c++ templating is just evil though. Also it's not about readability, but rather the uniqueness to it.

the__alchemisttoday at 12:27 AM

Concur, but non-async rust is a different matter!

show 1 reply
kibwenyesterday at 11:29 PM

> Async Rust is the ugliest and least readable language I've ever seen and I've done a lot of heavily templated C++

No, this is a wild claim that shows you've either never written async Rust or never written heavily templated C++. Feel free to give code examples if you want to suggest otherwise.

show 1 reply