|
|
|
|
|
by shepherdjerred
766 days ago
|
|
Go and Python are both fine languages, but they aren't great replacements to Java (for me). I think Go will be a great language in 5-10 years. The authors of the language wanted to make something minimal, and they did a great job of that, but it was too barebones, though they are rectifying this by adding in critical features (like IMO, generics) I like Python for small scripts, but I feel like I'm constantly fighting the language when managing dependencies, dealing with init scripts, or figuring out which of the 10 ways I should use to perform a common task. I don't think there is a great replacement for Java. TypeScript with Bun or Deno might be the closest alternative right now, at least for me. |
|