<div dir="ltr">They are incredibly useful in pattern-matching simple string arguments. e.g.<div><br></div><div>case erlang:system_info(version) of</div><div>    [$5, $., $1, $0 | _ ] -> ok;</div><div>    _ -> fail</div>
<div>end</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, May 14, 2014 at 4:28 AM, Vlad Dumitrescu <span dir="ltr"><<a href="mailto:vladdu55@gmail.com" target="_blank">vladdu55@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi!<div><br></div><div>I would like to make a suggestion regarding the accepted literal characters syntax. At the moment, any character following a $ is accepted as itself. I find it very confusing when these characters are whitespace or control chars and my suggestion is to refuse these literals. Most of them have escaped representations and the others should be written as integers anyway.</div>


<div><br></div><div>What do you think? Is anyone using these in a meaningful way? <br></div><div><br></div><div>best regards,</div><div>Vlad</div><div><br></div></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Sean Cribbs <<a href="mailto:sean@basho.com" target="_blank">sean@basho.com</a>><div>Software Engineer</div><div>Basho Technologies, Inc.</div><div><a href="http://basho.com/" target="_blank">http://basho.com/</a></div>

</div>