erlang
Cannot start sample erlang release generated with rebar
I\'m a beginner with rebar and erlang generally. I was trying to create an erlang release with rebar according to this tutorial: http://www.metabrew.com/article/erlang-rebar-tutorial-generating-releas[详细]
2023-04-02 16:56 分类:问答Erlang terminal mute on Mac OS X Lion
I just installed Erlang to my mac using these instructions. 开发者_C百科http://handyrailstips.com/blog_posts/12-installing-erlang-on-mac-os-x-lion-10-7[详细]
2023-04-02 16:41 分类:问答Can't compile Erlang R14B03 when trying install RabbitMQ using Homebrew on Mac OS X
I am developing a django app and it will utilize the Celery notification system. To use Celery I need the install the RabbitMQ server. I am trying to install it using homebrew. So I just:[详细]
2023-04-02 11:09 分类:问答How to create a rebar repo?
I want to build and deploy erlang files which will then be used as a dependency in another project. Es开发者_如何转开发sentially I am looking for the equivalent of mvn deploy and a sonatype repo. How[详细]
2023-04-02 01:22 分类:问答gen_server closing listening socket
What I\'m trying to do is have a gen_server process accept a new client and immediately spawn a new child to handle the next one.The issue that I\'m seeing is that when the socket is finished and cons[详细]
2023-04-01 23:08 分类:问答Scala, Actors, what happens to unread inbox messages?
What happens to unread inbox messages in Scala Actors? For example two cases:1.If forget to implement react case for special message: actor!NoReactCaseMessage2. If messages comes too fast: (timeOfProc[详细]
2023-04-01 07:36 分类:问答Erlang: simple pubsub for processes — is my approach okay?
Disclaimer: I\'m pretty new to Erlang and OTP. I want a simple pubsub in Erlang/OTP, where processes could subscribe at some \"hub\" and receive a copy of messages that were sent t开发者_Go百科o that[详细]
2023-04-01 07:05 分类:问答Does erlang implement record copy-and-modify in any clever way?
given: -record(foo, {a, b, c}). I do something like this: Thing = #foo{a={1,2}, b={3,4}, c={5,6}}, Thing1 = Thing#foo{a={7,8}}.[详细]
2023-03-31 14:53 分类:问答How to convert infix to postfix in erlang?
I just came across this post,it\'s quite elegant. But it\'s not taking into account the priority of different operators.[详细]
2023-03-31 13:20 分类:问答lists:append/2 versus erlang:'++' /2, appending to end of list Versus appending to its Head
Of the two given pairs of comparisons, Which one (of each pair) is more expensive to System Resources in Erlang:[详细]
2023-03-31 13:01 分类:问答