logoalt Hacker News

codr7last Tuesday at 4:38 PM3 repliesview on HN

I just wish the could stabilize the compiler before piling on more features.

I regularly run into internal compiler errors these days for pretty normal looking code.

It's getting to the point where I'm reluctant to invest more time in the language right now.

UPDATE: See comment below for full error message and a link to the code.


Replies

Thaxlllast Tuesday at 4:46 PM

I've never seen a single internal compiler issue in 10 years of working in Go.

What error are you talking about?

show 2 replies
johnfnlast Tuesday at 4:41 PM

In that case, you might enjoy this part of the article:

> For the foreseeable future, the Go team will stop pursuing syntactic language changes for error handling

shivamacharyalast Tuesday at 4:56 PM

If you do stuff the language doesn’t support, it’s not the languages problem.

show 1 reply