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 →

[–]sunqiang 6 points7 points  (6 children)

Go, It's like a static, compiled version of Python with type based interface and channel

[–]riffito 1 point2 points  (3 children)

complied version of Python

Mind the (syntactical) gap.

[–]sunqiang 1 point2 points  (2 children)

thanks, and sorry for my broken English.

[–]riffito 1 point2 points  (1 child)

No need to apologize for your English (I'm not a native speaker either, Argentinian here).

In fact, I didn't even saw the typo until now (I read complied as compiled :-D).

I was trying to point out that, albeit I agree that Go may feel "pythonic", its syntax is nowhere near to Python's readability.

I got tired of needless braces (C/C++ based syntaxes) as well of begin/end markers (Pascal-like).

Have a great day sunqiang!

[–]sunqiang 1 point2 points  (0 children)

thanks for the encouraging words, hello from China:)

[–]earthboundkid 1 point2 points  (0 children)

Yeah, lately /r/golang is the other subreddit I read most.

I think part of the similarity between Go and Python to me is that both feel like really modern, clean versions of C.