[erlang-questions] c-node and arbitrary erlang term
Scott Lystig Fritchie
fritchie@REDACTED
Wed Aug 5 22:26:56 CEST 2009
Roberto Ostinelli <roberto@REDACTED> wrote:
>> ETERM *erlterm = erl_format("[{one, 1}, {two, 2}]");
ro> yes my point was i hoped i could get an erlang term already parsed
ro> at c level, instead of transmitting strings over.
Robert, unless I'm gravely mistaken, the "erlterm" above, when converted
(implicitly by Erlang inter-node communication or explicitly by your app
via binary_to_term()), will result in a list of length two, not a list
of length 20.
-Scott
More information about the erlang-questions
mailing list