On Sat, Feb 27, 2021 at 10:37 PM Bob Alexander <bobja...@gmail.com> wrote:

> Try removing all the space from your post and see how understandable it is, 
> or remove all indentation from a Go program, etc. (Hmm, that would make 
> formatters a lot easier to write... )

Removing all spaces makes most languages ambiguous. But the point Bob
made was that in most languages it does not matter how much white
space separates tokens if the amount is not zero.

Actually Go has that problem as well, just a thousand times smaller.
FTR, I also think Python's approach to white space is a failure. But
its popularity seems to prove people think otherwise.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAA40n-Vut-6NU%2BOwtjjV9kats8h1Ho_7xDuFhWeRN6YLG2CdOw%40mail.gmail.com.

Reply via email to