We developed a similar parse transform that you can find here:<div><br></div><div><a href="https://github.com/Erlymob/emob/blob/master/src/dynarec.erl">https://github.com/Erlymob/emob/blob/master/src/dynarec.erl</a></div><div>
<br></div><div>It's very simple to use. The explanation is at the beginning of the file. There's also Ulf Wiger's exprecs module from his parse_trans application:</div><div><br></div><div><a href="https://github.com/uwiger/parse_trans/blob/master/src/exprecs.erl">https://github.com/uwiger/parse_trans/blob/master/src/exprecs.erl</a></div>
<div><br></div><div>Hope it helps,</div><div><br></div><div>Juanjo</div><div><br><br><div class="gmail_quote">On Tue, Aug 14, 2012 at 10:04 PM, Zabrane Mickael <span dir="ltr"><<a href="mailto:zabrane3@gmail.com" target="_blank">zabrane3@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 style="word-wrap:break-word"><div><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><div>
Hi guys,</div><div><br></div><div>We want to provide a simple API to one of our customers not very familiar with Erlang.</div><div>This API involves records manipulations (set/get operations) and you know what I mean.</div>
<div><br></div><div>Before re-writing the wheel, I'd like to know is someone already used "recbird" before:</div><div><a href="http://blogtrader.net/blog/recbird_an_erlang_dynamic_record" target="_blank">http://blogtrader.net/blog/recbird_an_erlang_dynamic_record</a></div>
<div><br></div><div>Any use case? Is it stable? BetterĀ alternatives?</div><div>Feedbacks welcome!</div><div><br></div><div>Regards,</div><div><div><div>Zabrane</div><div><br></div></div><div><br></div></div></span></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></div>