Hacker News new | ask | show | jobs
by mistermumble 4391 days ago
I agree. Especially if the language is named something that implies high performance.

When Golang first appeared it was quite fast. Swift is not, apparently.

2 comments

Go's compilation was fast, which made developement much more pleasant. Performance of the actual compiled code was a different matter (hard to get both fast binaries and fast compilations).

However, I understand that 1.1 and 1.2 has much improved code performance.

Golang also doesn't do anything particularly interesting as a language, and didn't have to maintain interoperability with a system like Objective-C.