Hacker News new | ask | show | jobs
by thaumasiotes 363 days ago
That is not the approach taken by any system that I know of that uses semantic whitespace. Tabs are meaningful in Python and make, and in fact required in make.
1 comments

Haskell and Nim are both indentation-sensitive languages that only allow spaces as indentation.