Live data from Hacker News

Donald Knuth: Using Indentation to Represent Program Structure

jeremyhylton.blogspot.com

1–4 of 4 posts

Re: Donald Knuth: Using Indentation to Represent Program Structure

#2
The objection that, in the midst of a long document, telling what level of indentation one is at would be difficult is easily addressed by having the editor show space marks or using 'fold lines' in print -- neither of which is difficult.

In practice, though, I never have any problem with indentation based syntax, because change in indentation is easy enough to detect, and that's good enough for anything I've ever had to read.