<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 7, 2015 at 8:54 PM, Ivan Carmenates Garcia <span dir="ltr"><<a href="mailto:co7eb@frcuba.co.cu" target="_blank">co7eb@frcuba.co.cu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Map.id, … would be nice!! instead of {id:= Id} = Map.</blockquote></div><br></div><div class="gmail_extra">The problem with using '.' here is that it is already taken for the 'end-of-expression' token. So the grammar becomes inconsistent if you use it for this purpose. You would have to pick some other signifier. You would have, e.g., Map#{id} be valid syntax meaning the value that is under 'id' (I think, the grammar might have trouble here as well).<br></div><div class="gmail_extra"><br clear="all"><br>-- <br><div class="gmail_signature">J.</div>
</div></div>