Hacker News new | ask | show | jobs
by ajuc 4181 days ago
I'm happy with either python-like, lisp-like or c-like syntax, just ban tabs if you use python syntax please.
1 comments

Regardless of the relative merits of tabs vs spaces, tabs make the most sense _specifically in a Python-like language_.
I don't care about tabs vs spaces, I just don't want to have the "inconsistent identation" problem, and spaces are more fundamental (you can convert arbitrary tabs to spaces, you can't convert arbitrary spaces to tabs).

Also you cannot forbid spaces in code, but you can easily forbid tabs.