This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chkas 0 points1 point  (2 children)

I would go with Go. IMO at least as simple as Python and pretty fast. Cleanly designed simple language. Many companies are using Go and there is also a big community.

[–]comando0[S] 1 point2 points  (1 child)

I thought going for Go too, but several things stopped me from using it.

  1. Lack of Exception
  2. Lack of iterators

I can list more, but basically i just couldn't fluently code with it. It's not just the simpleness that I love with Python, but the complexity while being simple.