|
|
|
|
|
by melling
3440 days ago
|
|
I would hope that Go is better in all of the above. It has been available for much longer, and it's supported by a great team. I want to know how the languages compare for writing code. Dos one make it easier to write more succinct and correct code? Swift is missing concurrency support until at least the next version, for example. |
|
Swift is built atop LLVM, and it emits code more slowly, but supports many optimizations like hoisting, vectorization, etc. that Go does not currently perform.