[erlang-questions] erl_interface shared libraries

Taavi Talvik taavi@REDACTED
Sat Sep 8 23:05:24 CEST 2007


On Sep 8, 2007, at 11:41 PM, Bob Ippolito wrote:

...

>
> The point of a shared library is probably to load erl_interface and
> use it via some kind of FFI, rather than bothering to write all of
> that code in C.

There is no need to do anything in C. Erlang distribution has "defined"
wire protocol (in erlang, C and java source code, unfortunately no  
documents).

Doing it directly in Smalltalk will probably (just probably) give better
mach between Erlang and Smalltalk models world orders.

Mapping through C means mapping concepts into one foreign context and
mapping that foreign context to next foreign context.

best regards,
taavi



More information about the erlang-questions mailing list