
26 Jan
2009
26 Jan
'09
5:58 a.m.
Achim Schneider
Twan van Laarhoven
wrote: Tabs can be convenient for quick scripts and things like that, where you wouldn't use -Wall. And while I keep hearing about the problems with tabs, I have never encountered any with Haskell code.
If you want a key to quickly indent your code, use that funky key with those two arrows, but don't let it produce a tab character while you're editing text. Preferably, let it analyse the syntax of the previous line and automagically Indent By The Right Amount.
Exactly. There's no reason that convenience of input should be part of the language syntax. It's a job for another component. -- Jón Fairbairn Jon.Fairbairn@cl.cam.ac.uk