Hacker News new | ask | show | jobs
by adamnemecek 3697 days ago
Can you give an example? I've been writing a bunch of swift recently and I actually find it somewhat more expressive than either of those.
1 comments

GP was talking about Go. Not to beat a dead horse, but not having generics results in writing similar code over and over again, eg working with collections
ah, apparently i'm blind. yeah, swift generics are nice even though they can be somewhat tricky to work with.