PDA

View Full Version : An Entertaining Read



JupiterV2
June 9th, 2011, 03:20 PM
I came across this article reviewing the Go programming language. I found it thoroughly entertaining. His comment about Unicode made me chuckle (about a 1/3 of the way through the article. http://www.syntax-k.de/projekte/go-review. I found this to be as much about Go as it was about other languages, most especially Perl, Java, C, C++ and Python.

simeon87
June 9th, 2011, 03:26 PM
You forgot the link?

JupiterV2
June 9th, 2011, 08:20 PM
Updated the thread with the link! Doi!

JupiterV2
June 10th, 2011, 05:30 AM
I like the language, don't like the binary size...895k for a 5 line "Hello World" program. What size of binary does py2exe create, seeing that it essentially includes the whole interpreter in the executable? If I could use GNU autotools with Go and there was a libgo.so shared library instead of statically linking it into the binary, I would be pleased as punch.