Is it possible to define function with argument list of variable length? I know I can w开发者_运维知识库rite just:
What interfaces exist开发者_如何学Python to tie Erlang with C++? Native implemented functions: available in the latest Erlang/OTP version, allows you to implement any of your functions in C.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I am trying to run all unit tests using eunit inside a folder but it seems like timeout always reset to 5 seconds.
Is there a side effect to calling mnesia:create_schema() on each application start? From what I keep reading, this fun开发者_Python百科ction should only be called once per database instance. Is it a
I\'ve installed Erlang through macports on my macbook and I\'m trying to use the Erlang Eclipse plugin, but it needs me to point it to the $ERL_TOP directory.
There is a lot of buzz these days about not using locks and using Message passing approaches like Erlang. Or about using immutable datastructures like in Functional programming vs. C++/Java.
Does anyone know if there\'s a direct way to map an IP address to a user logged into ejabberd?I found an indirect way by modifying ejabberd_receiver.erl and calling inet:peername(Socket) from here: De
I have an mnesia table with three fields, i, a and b, created using the record -record(rec, {i, a,b}).
is there a way to compile Erlang to bea stand-alone executable? this means, to run it as an exe wi开发者_StackOverflow中文版thout the Erlang runtime.While it\'s possible to wrap everything up in a sin