In article <[email protected]>, Gregory Ewing <[email protected]> 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 ([email protected]) <*> 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
