E.g. compare

    a = 1
    b = 2

And

    a = 1 b = 2


They do no mean the same in Go.

Arnaud
On Sun, 28 Feb 2021, 08:05 'Dan Kortschak' via golang-nuts, <
golang-nuts@googlegroups.com> wrote:

> On Sun, 2021-02-28 at 08:40 +0100, Jan Mercl wrote:
> > Actually Go has that problem as well, just a thousand times smaller.
>
> I'm curious where the meaningful whitespace is in Go (for amounts
> differences in number greater than 1).
>
> > FTR, I also think Python's approach to white space is a failure. But
> > its popularity seems to prove people think otherwise.
>
> The problem with python's approach is that it operated on the basis
> that error correcting redundancy in source code is not valuable. It is.
>
> Dan
>
>
> --
> 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/baa6db5212f6c2d71e6d011faec073a558b02adb.camel%40kortschak.io
> .
>

-- 
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/CAJ6cK1YWwGX0SZcJJMmoHWwLCWufhxmQiB%2B%3D%3D2LcuB9J%2BtOJ4g%40mail.gmail.com.

Reply via email to