<div dir="ltr">actually an important use case of this feature is to help writing domain specific language inputs, eg writing a python file inside D, or config / plain text files.<div># is common in many languages (eg python/bash etc) as a comment.</div>
<div><br></div><div>@ would be inside string literal so should cause little confusion from D's side, but for example would force one to escape '@' in email addresses (more rare).</div><div><br></div><div>Frankly, this is bike shedding though; let's assume we pick one in <a href="http://www.ascii-code.com/">http://www.ascii-code.com/</a> and focus on whether we can agree on this feature.</div>
<div><br></div><div>I'm using it extensively for great benefit: more DRY code, less spurious files, cleaner integration with D.</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 1, 2013 at 12:33 AM, Jacob Carlborg <span dir="ltr"><<a href="mailto:doob@me.com" target="_blank">doob@me.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 2013-10-31 22:47, Timothee Cour wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
$ is another obvious choice (eg in shell expansion)<br>
but # could also be good as it's very much unused in D.<br>
</blockquote>
<br></div>
Yeah, # is only used for #line, which should be less common than $.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
/Jacob Carlborg<br>
</font></span></blockquote></div><br></div>