Hacker News new | ask | show | jobs
by skybrian 2527 days ago
We are talking Go here, which has a fast compiler. The IDE integration isn't always as good as Java, though.
2 comments

Go has a fast compiler but to my knowledge has zero support for incremental compilation. It has to recompile the entire project, transitively with all its dependencies, before you can run your code modification. I haven't code in go, but IMO this does not scale well as projects grow in size.
I find GoLand to be quite good.
Seconded, GoLand isn't just quite good, it is phenomenal. If you aren't running it, you need to have a compelling reason.

https://www.jetbrains.com/go/