RSS

Recent news

Erlang vs Rails processes FUD

Murphees Rant - Werner Schuster - June 07, 2007

Wow… I just read a uniquely silly piece of FUD in Is DHH right about concurrency?   Actually, the text is OK, I guess. It wonders whether Erlang’s shared nothing is better than Rails shared nothing approach. After all: Rails allows you to make use…

More (0 comments)

Metaprogramming: Erlang macros from ground up

Murphees Rant - Werner Schuster - April 26, 2007

So you want to know how a macro system is built from the ground up? No, not the bad kind of macro… I mean a LISPish type of macro. Philip Robinson has a great series explaining how he built different macro implementations in Erlang. There‘s…

More (1 comments)

JSON and JSON-RPC for Erlang

Simon Willison - Simon Willison - March 25, 2007

JSON and JSON-RPC for Erlang. Nice example of using lists:reverse and an accumulator to efficiently build a string in reverse order.

More (0 comments)

Why use a standard builsystem? (Well structured OTP applications)

Erlware - martinjlogan@erlware.org (Martin J. Logan) - March 22, 2007

Why use a standard build system?  Over here at Erlware we have been using Erlang for quite some time now.  I personally was introduced to Erlang in 1999, I think the first version of ERTS that I ran was R6.  My first project was layed…

More (0 comments)

Hasta La Vista,  baby

Joe Armstrong - noreply@blogger.com (Joe Armstrong) - March 03, 2007

But what did he say when he came back? I think he just grunted. I’ve been busy. With this. But now I’m back (perhaps not every week since there are three more chapters to write). When I’ve started this Blog the idea was “blog at…

More (3 comments)

Programming Erlang

Simon Willison - Simon Willison - March 03, 2007

Programming Erlang. A book on Erlang from the creator of the language himself, out in July but available to buy now as a beta PDF.

More (0 comments)

EclipseCon, Erlang, Early flights, and ERRRRussssell Brand

Murphees Rant - Werner Schuster - March 03, 2007

Hey… where did that infinite group of monkeys go? I hired them to keep this blog filled with wisdom, but seems like they got a better gig. Anyway, I‘m off to San Francisco to EclipseCon07. At least I hope I am; the wind here seems…

More (0 comments)

Erlware SASL and error_logger Log Rotation with fslib and G.A.S

Erlware - martinjlogan@erlware.org (Martin J. Logan) - January 15, 2007

I have had a lot of questions on how log rotation works with the erlware OTP Base.  People seem to have a good understanding of the OTP Base itself but not as much so with G.A.S and fslib and specifically how they are used to…

More (0 comments)

Building an OTP Application

Erlware - martinjlogan@erlware.org (Martin J. Logan) - January 09, 2007

Building an OTP Application Overview Erlang is a clean, simple language, and it is easy to learn. That’s Erlang, now lets talk OTP. The learning curve goes up significantly when getting into OTP. Questions arise, such as; how do I start an application, what is…

More (0 comments)

Erlang and Mobile Phones

Chris Double - bluishcoder - January 05, 2007

More (0 comments)

« First  <  992 993 994 995 996 >  Last »