Hacker News new | ask | show | jobs
by mratzloff 3901 days ago
> Personally, given, I like how Go has things like channels, but I would never adopt a programming language for just one specific feature when I lose out on other features that are valuable to me, for instance, an object model.

Go has an object model.

1 comments

> Go has an object model.

I'm no sure go creators would agree with this. The go object model is different enough from other object models that it would not qualify as one for a lot of people.

Object models don't all have to be identical. Go doesn't have the same object model as Java, but it still has one. Saying it doesn't is simply wrong.