Settings

Theme

Goodbye Java, Hello Go

wso2.com

1 points by gtirloni 2 months ago · 3 comments

Reader

almosthere 2 months ago

Does Go have versioned libs yet? Last time I tried it, people were asking me to compile something that depended on another git repo, like a direct connection to a different git repo, that had diverged in API. And it was broken - no one cared, almost like that's normal. This was probably 10 years ago though, so it's probably different now.

Self answered - Go Modules. I guess so. I'll take another look, getting sick of Python lately.

charlie0simmon 2 months ago

The appeal of Go for me is the deployment story - single binary, no runtime dependencies. After years of dealing with JVM version conflicts and classpath hell, go build feels refreshingly simple. Though I do miss Java's mature ecosystem and tooling sometimes.

  • joe_mwangi a month ago

    I shifted to java modules. It solved many things especially using jpackage. Latest java version handles import hell reducing import clutter.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection