Hacker News new | ask | show | jobs
by Havvy 3954 days ago
If you're talking about a good type system, sure. The type system in Go is frankly terrible at describing the kinds of invariants and reuse we care about.

I'd dare say that diaylizer (Elixir's optional but easy to use type system) would lead to more maintainable code than Go's forced type system in the long run.

1 comments

That more or less sums up my view on Go in a nutshell.