I am interested in hearing the differences between Go and Python and reading an overview of the similarities. I know that Google has heavy usage of Python and Go looks to be a bit related.
|
closed as not constructive by ChrisF♦, casperOne♦ Oct 5 '12 at 14:58
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Rob Pike, one of the founders of Go, talks about Go and mentions Python for comparison in this keynote "Public Static Void" That Google employ both the creator of Python and the creators of Go - going further, they sponsored the Go project from the beginning, whereas they brought in Guido only when Python was established - does not mean that they are necessarily very related. Google is a big company with a big codebase and plenty of room for both 'system' and 'scripting' languages and everything in-between. You'll see from that keynote, the Goists like Python but they developed Go to fix things they thought were wrong with the dynamic types direction... |
|||||||||
|
|
The Go Language Design FAQ will help answer your question to the goals of the Go language. As for it's similarities to Python, the more I use Go the less similar it seems to Python. It really is a descendant of C and Limbo more than anything. If you notice in that FAQ it does not mention Python as an ancestor to Go. They have very different goals, methods, and ideas. |
||||
|