Hi everyone,<br>
<br>
Forgive me if I'm wrong or if I'm reopening an old thread, but are
there any news about a new (separate) record type (not tuple) ?<br>
I'm using records on my erlang app but they lose all their advantages
over tuples once they are transmitted to a java client, using
Jinterface : I have to know the underlying tuple format to access the
data, and map it to a java object.<br>
<br>
I was thinking a new record format would greatly ease the erlang / java (or any other language) mapping pain .<br>
<br>
Thanks for the info if any<br>
<br>
--<br>
Olivier<br>