Hacker News new | ask | show | jobs
by sosodev 2339 days ago
Why are gems awful? It’s one of the best imo
1 comments

Gems are fine-ish... they rubygems infrastructure is really slow, though. Maybe github packages will be better. And the ton or native code compilation sucks a bit, especially when compared to Go. CGO isn’t all roses, but it’s still a bit less common because you can get comparable performance with pure Go.