In article <7ms7ctf3k2a7...@mid.individual.net>, Gregory Ewing <greg.ew...@canterbury.ac.nz> wrote: > >However, Go's designers seem to favour using the absolute minimum >number of characters they can get away with. > >Although if they *really* wanted that, they would have dropped most of >the semicolons and used indentation-based block structure instead of >curly braces. I would have forgiven them several other sins if they'd >done that. :-)
That's essentially my issue with Go based on the code samples I've seen: no over-arching design sensibility at the syntax level. It looks like an aggolomeration of semi-random C-like syntax. There's nothing that shouts out, "This is a Go program," unlike Python, C, and even Perl. -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft.com/ The best way to get information on Usenet is not to ask a question, but to post the wrong information. -- http://mail.python.org/mailman/listinfo/python-list