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.
I was searching around a bit for a comparison and discussion of the influences of Python in Go and the goals of the Go language but I did not find a concise description of what I was looking for.
----------------------- Edit -----------------------------
So far, it looks like Go has added a few idioms that I like to programming languages and has fluffed up a few interesting discussions. Compile time performance, within reason, is not as important to me as the ability to statically verify more of the code. I also like their declaration syntax. I strongly appreciate the language design includes multi-core machines and parallelism in from the beginning. It is about time. To those of you working on language modules for this purpose, thank you as well. One of our biggest issues going forward will be making better use of distributed CPUs and lower power cores in large quantities. Getting our heads wrapped around that sooner, rather than later, will help us all.
----------------------- Edit -----------------------------
Any help?
Thanks, Jacob