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.

When you really, *really* want generics

3 pointsby extesyabout 8 years ago

1 comment

cnnsucksabout 8 years ago
&quot;Conclusion: Parallelization isn’t too bad in either language. Each has its own annoyances. In Go’s case, this is due to not having a real type system. In Rust’s case, it’s due to the libraries being immature and not doing everything you might want.&quot;<p>So, on one hand you have Rust with it&#x27;s immature libraries that will likely improve and eventually satisfy, and on the other you have Go, a language governed by people that have demonstrated an aversion to complicating Go&#x27;s simplistic type system.<p>The former seems the better bet, especially since Rust folks are very aware of the issue and have made dealing with it a priority: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14275512" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=14275512</a>. That is objectively better in my mind.