TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Kotlin or Go (or both) for back end API? advantages vs. disadvantages

2 pointsby mr_00ff006 months ago
Hello,<p>I am building a backend API and have the choice between using these two languages.<p>I am slightly familiar with Go. I have never used Kotlin but have experience with Java.<p>Is there any reason to consider Kotlin if I don&#x27;t have any JVM infrastructure already? Is go going to be a lot cleaner? Anyone with experience with both that can compare the experiences?

1 comment

3695486848928266 months ago
I’ve only used a little bit of Go. If the API is going to be small and simple I’d use Go, the build and deploy process is probably going to be slightly easier to deal with?<p>Otherwise I’d choose Kotlin because it seems a more fun and flexible language than Go. And you also have loads of Java libraries at your disposal.