Hacker News new | ask | show | jobs
by onox 2049 days ago
What are good reasons to choose Go? If I need a language for non-scripting tasks, I would choose Ada, which is very easy to read, has a nice type system and generics, performance, and you could statically compile everything if you wanted.
1 comments

I don't know anything about Ada, so perhaps that is a better choice!

But for my personal experience Go's concurrency features, type system, and simplicity is pretty great for getting up and going quickly with performant code.