I am playing about with Erlang and I am trying to write a simple arithmetic parser. I want to try and parse the following expression:
In other words, \"A serialization framework for closures and the开发者_Go百科ir set of (IL-code) dependencies\".Check out F#, I think that\'s the closest \"native\" .NET language to Erlang or the othe
I\'d like to create a record from a list of attributes - not the actual proplist, but for example from #xmlElement attributes. I\'ve got a list of elements which I need to process and a list of possib
I am developing MDI application with help of wxErlang. I have a parent frame, implemented as wx_object:
I\'m using erlang as a bridge between services and I was wondering what advice people had for handling downed connections?
How likely is a revision conflict when using an update handler? Should I concern myself with conflict-handling code when writing a r开发者_如何学Goobust update function?
I recently saw a video about Erlang on InfoQ, In that video one of the creators presented how to replace the behavior of a message loop.
I have开发者_JS百科 an mnesia table with fields say f1, f2, f3. Now if I were to select all the rows with the field value as V1, I would use mnesia:select and match specifications or a simple mnesia:m
What is the best erlang library for processing http requests a开发者_如何学Cnd responses from within an erlang application?I have taken a look at inets but as a standalone application, it seems more l
I have the following escript: #!/usr/bin/env escript %%! -name test_starter@127.0.0.1 main(_) -> NodeName = test,