+1 for JSON - Communication between our Erlang nodes and Obj-C is done entirely via JSON and it works very nicely.<div>And we do use exclusively props, which really makes it easy on the Erlang side (thanks Jack!)</div><div>
<br></div><div>JK<br><div><br><div class="gmail_quote">On Mon, Apr 30, 2012 at 1:42 PM, Jack Moffitt <span dir="ltr"><<a href="mailto:jack@metajack.im" target="_blank">jack@metajack.im</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">> I was thinking it would be nice to use the ei_encode* functions to make the data passing back and forth more Erlang-friendly.<br>
<br>
</div>This isn't directly your question, but I did an iOS app that talks to<br>
an Erlang server and used JSON. I've also done this with another app<br>
with MsgPack, and both worked great.<br>
<br>
I gave a talk on the former app here:<br>
<a href="http://vimeo.com/23494466" target="_blank">http://vimeo.com/23494466</a><br>
<br>
And I presented the props library I wrote for the latter app this<br>
year. You can find more about props here:<br>
<a href="https://github.com/greyarea/props" target="_blank">https://github.com/greyarea/props</a><br>
<br>
I think using props to manipulate JSON-like structures is quite a bit<br>
more convenient than the native data structures, but it of course adds<br>
some dependencies (albeit small ones).<br>
<span class="HOEnZb"><font color="#888888"><br>
jack.<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<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>
</div></div></blockquote></div><br></div></div>