|
|
|
|
|
by austerity
3767 days ago
|
|
As someone who is fairly enthusiastic about Go and has implemented a few livelihood-providing production systems in it I am baffled by the number of people who keep trying to use it for application (and especially web application) development. I mean it does feel like superpower when applied to tasks you'd previously have to use C for. But have you tried any of the modern web development stacks? They are like a zillion times more productive. Hint: PHP is not one of those. I guess some people just can't get by without the iron hand of the compiler :) |
|
And then I thought "why not use it for something web-like". My experience was dreadful. After coming from Python+Django, it felt like writing Java 1.4 (not a good thing). Especially for returning JSON objects with lots of mixed types.
So I switched to Clojure and never looked back (Python would have been an equally valid choice).
Go's a great language, but it's being applied in some very odd (and potentially unsuitable) places.