RSS

Recent news

Mustache – GitHub’s framework agnostic templating ported to Erlang

Erlang Inside - Chad DePue - December 30, 2009

More (2 comments)

The State of Erlang Web Middleware – EWGI and SimpleBridge

Erlang Inside - Chad DePue - December 28, 2009

In the interest of publishing more often and covering smaller topics, lets review web-server-agnostic middleware for Erlang. The current standard for Erlang web application middleware is EWGI,  inspired by Python’s PEP 333 and providing similar functionality as Ruby’s Rack. All major Erlang web servers support…

More (0 comments)

Go borrows key concepts from Erlang

Erlang Inside - Chad DePue - November 16, 2009

The Go language, getting a lot of attention because it was recently open sourced by Google, seems to be a sort of programmers’ Rorschach test in that everyone calls it a replacement for C++/Python/Erlang/Your Language Here… My sense is it wouldn’t be getting that much…

More (4 comments)

Comparing Erlang, Go, Java, and C

Erlang Inside - Chad DePue - November 16, 2009

Tim over at timyang.net has an interesting ‘hello world’ web server test between Erlang, Go, Java, and C. The C code is an nginx plugin, Java uses the MINA framework; Erlang and Go are small standalone apps. Java ‘won’, with Erlang in second place. Interesting…

More (0 comments)

Playdar reduces codebase by 75% by rewriting music app in Erlang

Erlang Inside - Chad DePue - October 22, 2009

Playdar, an open-source ‘music content resolver service’ that finds music on your local computers or your friends’ computers, then streams that music to you, rewrote the code in Erlang. From the original C++ codebase, Richard Jones reduced the lines of code by 75% - from…

More (0 comments)

New Erlang Documentation Site - erldocs.com

Erlang Inside - Chad DePue - August 26, 2009

As Erlang usage grows the documentation surrounding the platform is being subjected to much more scrutiny. The existing Erlang documentation site is difficult to navigate and I often find myself hunting for a particular module by guessing the module name in the address bar of…

More (1 comments)

erlang:lists/2 - fault-tolerant news

Erlang Inside - Chad DePue - July 30, 2009

Welcome to the second of the erlang:lists series where we list some interesting happenings in the world of Erlang. erlang:lists(NewErlangIRC) - Kevin Smith just launched a new IRC channel - #erlang-otp. Have an Erlang question you need answered quick? Wishing you had a friendly place…

More (2 comments)

NetFlix watch out: Erlang dev offers $1000 bounty to improve his multicast code

Erlang Inside - Chad DePue - July 16, 2009

In the spirit of NetFlix, but 1000 times less lucrative, Joel Reymont, a freelance developer who lives in Tenerife, one of the Canary Islands, has issued an interesting challenge. Not able to get his multicast Erlang code to send 20,000 messages in less than four…

More (0 comments)

erlang:lists/1

Erlang Inside - Chad DePue - July 01, 2009

Welcome to the start of the erlang:lists series where we list some interesting happenings in the world of Erlang. erlang:lists(CouchDBNaked) - Harish Mallipeddi, a performance engineer at Yahoo, has put together a great post on the internals of CouchDB, and how to even use some…

More (0 comments)

Sneak Preview of O’Reilly’s new book: Erlang Programming, by Francesco Cesarini and Simon Thomps

Erlang Inside - Chad DePue - June 08, 2009

For the past two years in the Erlang community, when someone says “I used The Book to learn Erlang,” it was an unequivocal reference to Joe Armstrong’s book by The Pragmatic Programmers. It has been the guide to learning Erlang, responsible for inducting a whole…

More (0 comments)

« First  <  2 3 4 5 6 >