Comment by kristoff_it
Comment by kristoff_it a day ago
> but IMHO people who sit down for a bit and think through the issue come to the same conclusion you have - Function coloring isn't a problem in practice.
I dunno man, have you seen people complain about async virality in Rust being annoying? Have you ever tried to read a backtrace from a program that does stackless coroutines (it's not fun)? Have you seen people do basically duplicate work to maintain a blocking and an async version of the same networking library?
People do complain, like they do from things like systemd. Then there is us, the silent majority, who just get shit done with these tools.
I respect what zig has done here, and I will want to try it out when it stabilizes. But Rust async is just fine.