Welcome back to LISP? :)<br><br>
<div><span class="gmail_quote">On 9/20/06, <b class="gmail_sendername">Yariv Sadan</b> <<a href="mailto:yarivvv@gmail.com">yarivvv@gmail.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br><br>When working with ErlSQL, I came to the opinion that in some cases,<br>Erlang would benefit from allowing whitespace as a delimiter in lists
<br>and tuples in place of commas. Consider this small example:<br><br>{select, [foo, bar, baz], {from, [table1, table2]}, {where, {xyz, '=',<br>{'+', [1,2,3,4]}}}}<br><br>If commas were optional, this example could be written as
<br><br>{select [foo, bar, baz] {from [table1, table2]} {where {xyz '=' {'+'<br>[1 2 3 4]}}}}<br><br>I think the second line is more readable, and it's also easier to<br>write. In other DSELs, the difference may be even more substantial.
<br><br>What do you think? Am I missing something?<br><br>Best regards,<br>Yariv<br></blockquote></div>