D For A Web Developer

Mengu via Digitalmars-d digitalmars-d at puremagic.com
Wed Apr 30 01:54:52 PDT 2014


On Wednesday, 30 April 2014 at 07:18:49 UTC, Paulo Pinto wrote:
> 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.

thank god i'm not the only one who thinks like that. rob pike 
mentioned that there are much more conversion of python / ruby 
developers than c / c++ developers. and as we all know the  
reason is the speed and there's a trade off. they're trading 
beauty, elegance, simplicity with ugly speed. i also think many 
go users are caught NIH syndrome. they are re-inventing 
everything. heck, they are even re-inventing nginx, redis, etc. 
because they are _not written_ in go.

on ruby on rails side, it is fairly very easy. i've built apps 
with rails and i've always been happy with it. some apps used 
rails defaults, some apps were very customised. the thing with 
ror is that it is never getting in your way when you open up your 
editor and start building your application and that's what i look 
for in a web framework.


More information about the Digitalmars-d mailing list