Changes to `impl Trait` in Rust 2024 (blog.rust-lang.org)
from 4ffy@lemmy.ml to rust@programming.dev on 07 Sep 2024 17:24
https://lemmy.ml/post/20043726

#rust

threaded - newest

BB_C@programming.dev on 08 Sep 2024 05:57 next collapse

Gross!

Unprofessional.
This is why no one takes Rust seriously.

TehPers@beehaw.org on 08 Sep 2024 06:32 next collapse

Sorry if I’m missing some sarcasm here, but if this is all you have to contribute, then as a professional software developer, I’d much rather work with the author of the article on a daily basis.

runiq@feddit.org on 08 Sep 2024 06:58 next collapse

Gross!

UnfortunateShort@lemmy.world on 08 Sep 2024 07:49 next collapse

Yep, no one takes the most appreciated language under programmers seriously. The surveys are all constructed to make Rust look better.

BB_C@programming.dev on 08 Sep 2024 07:56 next collapse

…and that’s how you drive up metrics.

calcopiritus@lemmy.world on 08 Sep 2024 08:00 next collapse

At this rate, the US government won’t even consider it as an option! Rust is practically a hippie language.

gedhrel@lemmy.world on 08 Sep 2024 09:25 collapse

I have observed people taking Rust seriously. You need to reexamine your assumptions.

We have an evolved capability to short-circuit decisions with a rapid emotional evaluation. It means as a species we didn’t die out early [“that’s a lion; I’m a oerson; lions eat people ergo… Agh!” is not a sustainable strategy] - what’s amazing is that we can also apply it to elarned abstract things like an aestetic sense about programming languages. Such instincts aren’t always perfect, but they’re still worth paying attention to. I don’t see a reason not to express that in a blog post, but you can replace it with “this is unergonomic and in some cases imprecise” if you prefer.

PlexSheep@infosec.pub on 08 Sep 2024 08:14 collapse

Reading this, the return impl complexity seemed insane.

Then, by accident, i programmed on a pet project until 4 in the night, and boom, I’ve had the exact problem they’re solving. Remembered that I usually need an extra lifetime in the impl definition, and boom, it worked. Doesn’t seem so insane anymore.

(Was working on a little Webservice with warp, and returning their filters from a function)

gedhrel@lemmy.world on 08 Sep 2024 09:06 collapse

That seems like quite a lot of booms.

PlexSheep@infosec.pub on 08 Sep 2024 09:11 collapse

Return impl go boom