<div dir="ltr"><span style="font-size:12.8px">I find it more expressive to use maps wherever I have been using tuples. Especially, when it comes to pattern matching. </span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">It is precise to put #{some_key := some_value} instead of {_, _, _, {some_key, some_value}, _, _} as a pattern.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I only fear efficiency of maps over tuples, in particular the time-cost, not so much of space-cost.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">How safe will I be if I resort to use only maps freely everywhere?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks</div><div style="font-size:12.8px">Avinash</div><div class="" style="font-size:12.8px"><div id=":ql" class="" tabindex="0"><img class="" src="https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif"></div></div><br></div>