On Wednesday, 30 April 2014 at 05:00:47 UTC, Ola Fosheim Grøstad
wrote:
On Wednesday, 30 April 2014 at 04:19:15 UTC, Russel Winder via
Digitalmars-d wrote:
Go has gained much of it's traction from provably and
consistently
producing simpler, faster and more reliable systems that C,
C++, Python,
etc. and getting articles about the success out there.
Python is simpler than Go for web. There is a reason for why Go
is still not in production on App Engine, you end up with more
convoluted code as far as I can tell. Faster, yep.
Only because developers don't reach for PyPy and Cython as much
as they should, rather re-writing everything from scratch and
they stating how they are impressed by Go.