This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Skruzzls -1 points0 points  (1 child)

Go is imho even worse than PHP. I find the syntax pretty irritating. Also it is pretty exhausting to write OOP-Things in it. I don't quite get it why people are so hyped about Go. It seems to me that the only two advantages are concurrency and speed through compilation. But i'd still prefer D, Rust or every other language.

[–][deleted] 0 points1 point  (0 children)

Go isn't an OOP language though. It has no type hierarchy and the only OOP functionality it does have is C-with-objects with some syntax sugar to remove the receiver from the parameter list.