logoalt Hacker News

Chinjuttoday at 1:52 AM1 replyview on HN

I hate Python and I'm onboard with putting it down in many ways, but significant whitespace isn't weird in a first programming language. It's only weird if you've absorbed from some other language the convention that whitespace shouldn't be significant.


Replies

YuechenLitoday at 2:11 AM

Oh, by "significant whitespace" I meant whitespace sensitive indentation, which I think Python and YAML are the only languages that has that feature.

show 2 replies