I\'ve read through all the docume开发者_如何学Pythonntation, and most of the source of LFE.All the presentations emphasize basic lisp in traditional lisp roles - General Problem Solving, Hello world a
I\'m looking for a way to pass events back and forth between Clojure and erlang. has someone done this before?
I think Erlang is ver开发者_如何学Cy well suited for server systems developed in my workplace (currentlydeveloped in Java). I am a bit skeptical how this would be accepted both by developers (who have
I tries 开发者_JS百科to write code to print Z character. zzzzzzz z z z z z zzzzzzz But when I compile this code, it throws
I am part开发者_如何学运维icularly interested in knowing the performance implications of the Erlang component when doing this kind of interfacing.
I am a newbie to Erlang and am trying to make a switch to Erlang for our latest project. Since this is going to be a real-time chat (long polled) system for file sharing on the fly, I realized after a
I’ve started learning Erlang a few days ago and it’s definitely a very interesting language and very suitable for web development (back end at least). I am going to experiment and eventually settle
Using the code below to send.The gen_tcp:send call returns {error,einval} but I can\'t figure out why...
All I need is a large persistent lookup table in Erlang and dets seems like just the thing though I need a definative answer to:
For functions where the ordering of the clauses is unimportant, is it base case last: all(Pred, [Head|Tail]) ->