This is the Exception message thrown by Gen_server when its not started. (ankit@127.0.0.1)32> R11 = system_warning:self_test(\"SysWarn\").
I have a generated string that contains the code for an erlang module. Is there a way to compile the generated module straight from the string?
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
Im about to start using couchdb directly from erlang, and have been reading the hovercraft APi for some time... today I sat down to actually install it and have realized that there\'s hardly any docum
I have interfaced Erlang mainly through port drivers but now with the advent of the erl_nif functionality, I am wondering if I should invest in Port Drivers anymore.
I wou开发者_JS百科ld like to write a web based MMO game that will allow users to write AI and run it as part of the game.I plan to use Html5 for graphics and want this to be web based so it can be acc
Bes开发者_运维问答ides running $ killall -9 beam.smp, how can I kill an Erlang node programmatically when I know its -sname?
Erlang has a crypto function which generates public private keys (documentation copied below).However the documentation seems vague and I can\'t find any example code that describes how to ge开发者_JA
I am building a site that has a lot in common with a person-on-person chess site. I was thinking of using Rails for the front-end(User Registration, Navigation, etc) and something like Scala or Erlang
Is there 开发者_如何学Cany way to define an Erlang function from within the Erlang shell instead of from an erl file (aka a module)?Yes but it is painful. Below is a \"lambda function declaration\" (a