<div dir="ltr">I was quite interested right up to the point where I read about indentation sensitivity, and then I lost interest.<br><br>I don't want to start a religious flame war, but I am compelled to write this politically incorrect rant.<br>
<br>I've trained my eyes to view block structure using aligned begin/end (open/close) pairs (or their brace/bracket/parenthesis equivalents), and cursed too many pieces of tab-infested source code files that have had multiple maintainers -- each of whom used different tab settings, resulting in a visual abortion -- for far too long now to want to use anything but languages that do not <b>require</b> leading whitespace characters.<br>
<br>Regarding indentation sensitivity, remember "one of the worst design botches in the history of Unix"[1], the requirement for a semantically meaningful leading tab character in makefiles? I've been bitten by that nastiness enough times to be highly allergic to the whole leading whitespace concept, not to mention by having something in a makefile that should have been indented, or had a blank line (or not), but wasn't. Bah.<br>
<br>Sadly, "tab rot" afflicts at least some of the OTP source code. Set your editor to highlight tabs, look through a few OTP source files, and you will see places where indentation is done using spaces, and others where it's done using a mixture of tabs and spaces. If your tab settings don't match the OTP team's, it will look as if it was written by a drunk with multiple personality disorder. Not that drunk MPD sufferers are necessarily bad people, mind you, but keep them away from my source code, please.<br>
<br>I know that Reia <i>per se</i> is not to blame for the Great Tab Debacle, but I have shunned Python partly for the same reason. Erlang, I must admit, is the closest I have come to using indentation without using matching open/close block structuring at every level, but wrong indentation in Erlang does not lead to changes in semantics, so that's not too bad.<br>
<br>I know, if I don't like it, don't use it, so I won't, but I do wish Reia success in its goals. So long as the tabs don't leak out of its files and into mine ;)<br><br>----------------<br>[1] The Art of UNIX Programming, Eric S. Raymond, p358<br>
<br><div class="gmail_quote">On Mon, Sep 29, 2008 at 6:52 AM, French, Mike <span dir="ltr"><<a href="mailto:Mike.French@uk.thalesgroup.com">Mike.French@uk.thalesgroup.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<a href="http://wiki.reia-lang.org/wiki/Reia_Programming_Language" target="_blank">http://wiki.reia-lang.org/wiki/Reia_Programming_Language</a><br>
<br>
Mik<br>
<br>
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail<br>
is confidential. It may also be legally privileged. It is intended only for<br>
the stated addressee(s) and access to it by any other person is<br>
unauthorised. If you are not an addressee, you must not disclose, copy,<br>
circulate or in any other way use or rely on the information contained in<br>
this e-mail. Such unauthorised use may be unlawful. We may monitor all<br>
e-mail communications through our networks. If you have received this e-mail<br>
in error, please inform us immediately on +44 (0) 1749 672081 and delete it<br>
and all copies from your system. We accept no responsibility for changes to<br>
any e-mail which occur after it has been sent.  Attachments to this e-mail<br>
may contain software viruses which could damage your system.  We therefore<br>
recommend you virus-check all attachments before opening. A business of<br>
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business<br>
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.<br>
868273<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
<br>
</blockquote></div><br></div>