(no title)
static_typed | 12 years ago
Apart from the regular 30-sec interval postings on HN extolling the virtues of Go, it seems to me, people should rekindle an interest, or discover a new interest in D, C or Erlang where performance is a consideration, and maybe Go where a need to feel like part of the post-Ruby crowd.
MrBuddyCasino|12 years ago
CoffeeDregs|12 years ago
Further, were Go "much much slower", CloudFlare, IronIO, Google, etc would probably not be using it...
Erlang on The Game: http://benchmarksgame.alioth.debian.org/u64q/benchmark.php?t...Go looks to be about ~50% the performance of C++, but, from lots of peoples' comments/writings, is much nicer to write so they use it when productivity is more important than absolute performance.
Note: I'm interested in Go (as I am about lots of languages), but am not a user of it right now.
colanderman|12 years ago
rdtsc|12 years ago
The Game is a terrible benchmark for Erlang. Math, computing digits if Pi, string searching, n-body problems. If that is the target domain, don't pick Erlang, or Go, pick Fortran or C.