<div dir="ltr"><div>I feel the same about this as I do about idiom brackets. I think QuasiQuotes need more love. They are a little heavier syntactically, but are flexible enough to accomplish the same thing.<br><br></div><div>blah = [ infixQ | (+) foo bar baz quux ]</div><div>blarg = [ idiomQ | pureFunc fa fb fc ]</div><div><br></div><div>Perhaps the extension that we should be proposing is to make QuasiQuotes syntactically lighter.</div><div><br></div><div>{-# LANGUAGE QQLite #-}</div><div><br></div><div>blah = infixQ (+) foo bar baz quux</div><div>blarg = idiomQ pureFunc fa fb fc</div><div><br></div><div>Obviously some thought needs to be put into multiline/precedence/etc; I don't think all QuasiQuoters would be suitable for usage in this way, but Chris's existing ideas for his proposal seems to apply just as well to this one.</div><div><br></div><div>(Also a bikeshedding comment: I think the keyword "infix" is not adequately descriptive for this particular proposal. I'd prefer "vararg" or something of the sort.)<br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature">-- Dan Burton</div></div>
<br><div class="gmail_quote">On Thu, Feb 19, 2015 at 6:51 AM, Christopher Done <span dir="ltr"><<a href="mailto:chrisdone@gmail.com" target="_blank">chrisdone@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ahoy,<br>
<br>
The idiom discussion brought back to mind a general problem (well, for<br>
me) in Haskell syntax which is there is no syntactic sugar for<br>
interspersing operators to many arguments.<br>
<br>
Regarding a solution for this, I wrote up a wee proposal here:<br>
<a href="https://gist.github.com/chrisdone/d9d33e4770a2fef19ad1" target="_blank">https://gist.github.com/chrisdone/d9d33e4770a2fef19ad1</a><br>
<br>
If I go ahead and implement this in GHC as -XInfixExpressions or<br>
something (better names welcome), would it be likely to be accepted? I<br>
could first do an implementation in haskell-src-exts to demonstrate<br>
the concept.<br>
<br>
Ciao!<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
<a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
</blockquote></div><br></div>