|
|
|
|
|
by IshKebab
1089 days ago
|
|
Yeah most of these results are meaningless without comparison to other languages. Same with the "how quick is it to learn?" what are the equivalent numbers of Go? Based on my experience they're overselling how easy it is to learn and underselling the compiler speed. Compilation is fairly fast these days. I would say it's faster than C++ feature-for-feature, at least for clean builds. But on the other hand most people could probably learn all of Go in the time it takes to begin to understand the borrow checker. |
|
Faster than C++ is of course very faint praise. C++ is also very slow!