[erlang-questions] Erlang record accessors (set/get)

Juan Jose Comellas juanjo@REDACTED
Wed Aug 15 04:08:03 CEST 2012


We developed a similar parse transform that you can find here:

https://github.com/Erlymob/emob/blob/master/src/dynarec.erl

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:

https://github.com/uwiger/parse_trans/blob/master/src/exprecs.erl

Hope it helps,

Juanjo


On Tue, Aug 14, 2012 at 10:04 PM, Zabrane Mickael <zabrane3@REDACTED>wrote:

> Hi guys,
>
> We want to provide a simple API to one of our customers not very familiar
> with Erlang.
> This API involves records manipulations (set/get operations) and you know
> what I mean.
>
> Before re-writing the wheel, I'd like to know is someone already used
> "recbird" before:
> http://blogtrader.net/blog/recbird_an_erlang_dynamic_record
>
> Any use case? Is it stable? Better alternatives?
> Feedbacks welcome!
>
> Regards,
> Zabrane
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120814/62460d73/attachment.htm>


More information about the erlang-questions mailing list