Hacker News new | past | comments | ask | show | jobs | submit login

There is no feature, it only sets the static evaluation of the language itself.

Think for a second, if the go.mod stricture locked in the entire thing, you’d just be told to not upgrade.

The entire point of the system is that it’s possible to update language-level semantics while allowing for the rest to progress for everybody.

Setting go.mod means you get stdlib updates, but the semantics of the for loop does not change. And if the designers decide to add similar breaking changes in the future (change string literals or whatever), you’ll also be ignoring those.




I know what go.mod does. I'd say that was obvious from that remark in the first post.

> Setting go.mod means you get stdlib updates, but the semantics of the for loop does not change.

So you miss out on new features, or have to update your code base. We're back to square 1.


So your original complaint was "being able to opt into nBC is bad uwu", and now your complaint is that you want to mix and match if a future nBC change you do like comes around?

What the fuck?


> I know what go.mod does.

You know what it does, but you don't grok it.

Clearly you feel that setting go.mod is for other people and the language should match what you want.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: