|
|
|
|
|
by doctor_eval
1045 days ago
|
|
Whenever someone mentions Java AOT, I look it up, and it’s a nightmare. Has it changed recently? I developed server software in Java for two decades, and I can tell you that the huge JVM was always a PITA for us, even after Docker became a thing. All those frameworks? We ended up throwing them out. And the slow startup speed of Java apps made our tooling sluggish. It was also a pain to ship tooling to non developers, for all the same reasons. Using Go after all this time was like a breath of fresh air. It’s fine for you to assert your own preferences and biases but you don’t represent all enterprise server developers. |
|