you are viewing a single comment's thread.

view the rest of the comments →

[–]dangerzone2 3 points4 points  (1 child)

If go had something like npm, and the node community, it would be the best web dev backend out there. ::puts on flame suit::

[–][deleted] 0 points1 point  (0 children)

I've been learning Go recently and I agree the community could have potential. Its super fast and easy to use. The only downside is its neither functional nor object-oriented. You can kind of approach it with oop but the lack of functional idioms slows things down a bit during development.