D For A Web Developer
Russel Winder via Digitalmars-d
digitalmars-d at puremagic.com
Wed Apr 30 10:23:41 PDT 2014
On Wed, 2014-04-30 at 05:00 +0000, via Digitalmars-d wrote:
[…]
> 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.
I disagree. A good Python Web application would be using Flask, Bottle,
Tornado, Pyramid, Django as a framework and a design and idioms to suit.
A good Go Web application has a very different architecture, design and
code idioms due to the use of CSP via the goroutines. I do non-HTTP
networking rather than HTTP networking and end up with very different
solutions to the same problem using Python and Go. If QtD were in a
better state I could do a D version…
--
Russel.
=============================================================================
Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder at ekiga.net
41 Buckmaster Road m: +44 7770 465 077 xmpp: russel at winder.org.uk
London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
More information about the Digitalmars-d
mailing list