←back to thread

Go is still not good

(blog.habets.se)
644 points ustad | 6 comments | | HN request time: 0.216s | source | bottom
1. jonathan920 ◴[] No.44983353[source]
Oh no , Rust is too tough, go is no good, am i going back to java?
replies(2): >>44983453 #>>44983692 #
2. maxloh ◴[] No.44983453[source]
Maybe the new in-development Carbon language? It sounds promising, but it is nowhere near its 1.0 release.
replies(1): >>44983584 #
3. masklinn ◴[] No.44983584[source]
Carbon exists only for interoperating with and transitioning off of C++. Creating a new code base in carbon doesn’t really make sense, and the project’s readme literally tells you not to do that.
replies(1): >>44983794 #
4. pjmlp ◴[] No.44983692[source]
So many options in-between.
5. maxloh ◴[] No.44983794{3}[source]
> ... and the project’s readme literally tells you not to do that.

Could you quote which paragraph you're talking about?

AFAIK, interoperability with C++ code is just one of their explicit goals; they only place that as the last item in the "Language Goals" section.

replies(1): >>44984407 #
6. masklinn ◴[] No.44984407{4}[source]
> Existing modern languages already provide an excellent developer experience: Go, Swift, Kotlin, Rust, and many more. Developers that can use one of these existing languages should.