Remix.run Logo
j-krieger a year ago

> Like... I honestly feel bad for the Rust people, as I do not think the increasing attention they are going to get from Google is going to be at all positive for that ecosystem

We are just now feeling this. Some original contributors left the field, and lately the language has went in directions I don't agree with.

nicce a year ago | parent | next [-]

But Google is not even the first. Amazon has had their eyes in Rust for quite some time already.

Conscat a year ago | parent | prev [-]

As an outsider, I'm curious what directions those are. Are you referring to effects or keyword generics or something else?

j-krieger a year ago | parent [-]

Endless bikeshedding about `Pin` would be one example. I'm also not sure keyword generics are the correct way.

zozbot234 a year ago | parent [-]

The discussions around 'Pin' are the opposite of bikeshedding. It's not about what color to pick for the shed, it's about reworking the feature to make it hopefully easier to reason about and use.