Hacker News new | ask | show | jobs
by azth 1518 days ago
> Another thing Go eschewed (that I rarely hear argued) is classes

structs and functions on them are basically classes. golang lacks subclasses as you point out, otherwise everything is the same.