Hacker News new | ask | show | jobs
by zem 1590 days ago
it's definitely a reason for python. consider:

if foo: if bar: do something else: do something else

how would you autoindent that?

1 comments

You wouldn't, as that's not a valid python line.