Is there any way to open a terminal device file in erlang ? I am on Solaris and I am trying the following::
I don\'t want to reinven开发者_如何学编程t the wheel ... I am looking for how to configure emacs with distel in order to debug erlang application.
I was thinking about how to implement a process that gives the number of discrete intervals in time that occurred since it started.
I am a new to erlang, and erlang is concurrency-oriented programming, it has no mutable data structures, that\'s why it\'s easy to parallelize.
i was wondering if anyone could help me drawing the syntactic tree of a very very simple instruction 开发者_运维百科in erlang :a simple assignment likeA =2+3.using , of course the erlang official gram
I have a 3rd or 4th normal form mnesia database and the table in question should be a key/value hash, however, the architect put the keys and values in the key portion of the record.
I f开发者_开发百科ound this page about packages in erlang. Not only have I never seen any code that utilizes this, but I haven\'t even heard of them before. They aren\'t in any books or tutorials that
I have been trying to learn Erlang and came across some code written by Joe Armstrong: start() -> F = fun interact/2,
Erlang obviously has a notion of namespace, we use things like application:start() every day. I would like to know if there is such a thing as namespace for records. In my application I have defined r
I am a complete noob when it comes to both Node.Js and Erlang. But wouldn\'t it be possible to build a Node.js app that emulates Erlang behavior?