I'm not a Rust zealot but even I recognize that this blog post (which is about the difficulty about writing generic library code wrt lifetimes + Rust async) is pretty much a meme now that's thrown around without any sort of context.
Can you explain how this blog post relates to the difficulty of using Rust for writing a window manager?
I think posts like these are why I haven’t even looked at rust as an alternative.
Here the author has boiled the problem down to its minimal form, and it’s still 10s of lines of code.
It is this weird overlap of over-verbosity a-la c++ and extreme succinctness a-la Perl. You have to spell everything out and every bit of punctuation matters.
Can you explain how this blog post relates to the difficulty of using Rust for writing a window manager?