Y
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
squeaky-clean
1590 days ago
You wouldn't, as that's not a valid python line.
link