<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div style="-webkit-text-size-adjust: auto; ">Take a look at exprecs.erl in <a href="https://github.com/uwiger/parse_trans">https://github.com/uwiger/parse_trans</a></div><div style="-webkit-text-size-adjust: auto; "><br></div><div style="-webkit-text-size-adjust: auto; "><span style="font-family: '.HelveticaNeueUI'; font-size: 15px; line-height: 19px; white-space: nowrap; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; "><a href="https://github.com/uwiger/parse_trans/blob/master/doc/exprecs.md">https://github.com/uwiger/parse_trans/blob/master/doc/exprecs.md</a></span></div><div><font face=".HelveticaNeueUI"><span style="font-size: 15px; line-height: 19px; white-space: nowrap; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.292969); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469);"><br></span></font></div><div><font face=".HelveticaNeueUI"><span style="font-size: 15px; line-height: 19px; white-space: nowrap; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.292969); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469);">BR,</span></font></div><div><font face=".HelveticaNeueUI"><span style="font-size: 15px; line-height: 19px; white-space: nowrap; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.292969); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469);">Ulf W<br></span></font><br><span style="-webkit-text-size-adjust: auto;">Ulf Wiger, Feuerlabs, Inc.</span><div style="-webkit-text-size-adjust: auto; "><a href="http://www.feuerlabs.com">http://www.feuerlabs.com</a></div></div><div style="-webkit-text-size-adjust: auto; "><br>9 feb 2013 kl. 22:40 skrev Jeremy Ong <<a href="mailto:jeremy@quarkgames.com">jeremy@quarkgames.com</a>>:<br><br></div><blockquote type="cite" style="-webkit-text-size-adjust: auto; "><div><div dir="ltr">Hmm, upon reading more, it seems like all record functionality is implemented in the compiler pass.<div><br></div><div style="">It seems like the ability to address particular variable named locations in tuples would be desirable. I guess I'll have to use proplists or a dict for now, although it feels like overkill for what I'm doing.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Feb 9, 2013 at 1:37 PM, Jeremy Ong <span dir="ltr"><<a href="mailto:jeremy@quarkgames.com" target="_blank">jeremy@quarkgames.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">Suppose I have a record that looks like<div><br></div><div>-record(foo, {bucket1, bucket2}).</div><div><br>
</div><div>I may want to pass in an argument specifying what bucket to perform the operation over.</div>
<div><br></div><div>For example,</div><div><br></div><div>Bucket = bucket1,</div><div><br></div><div>then later,</div><div><br></div><div>Use Foo#foo.Bucket for some operations and also modify Bucket with something like</div>

<div><br></div><div>Foo#foo{Bucket = bar}</div><div><br></div><div>Erlang doesn't seem to support this, and I don't see why not? Is there a better way to go about this?</div><div><br>
</div><div>Real World Example,</div><div><br></div><div>If the record stores data about two people playing a game against one another, and one of them disconnects, I want to perform some operations on the disconnected player's data, and notify the other player that the disconnect occurred. Not having this sort of functionality results in some code duplication and messy code (at least, if using records).</div>

</div>
</blockquote></div><br></div>
</div></blockquote><blockquote type="cite" style="-webkit-text-size-adjust: auto; "><div><span>_______________________________________________</span><br><span>erlang-questions mailing list</span><br><span><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a></span><br><span><a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a></span><br></div></blockquote></body></html>