The Pragmatic Programmers (you know, the people with the Ruby on Rails books) are publishing a book on Erlang. Written by Joe Armstrong, no less. If it's anywhere near as good as the Rails book, that's kind of awesome, because the one thing that Erlang is really missing is good documentation for people who don't already know it.
Navigation
Page Summary
Style Credit
- Base style: Librarian's Dream by
- Theme: Bit Warmer by
Expand Cut Tags
No cut tags
(no subject)
Date: 2007-03-07 06:58 pm (UTC)(no subject)
Date: 2007-03-07 08:45 pm (UTC)Back at Telenordia we had a load-balancer kind of thingy in front of the mail servers that was written in Erlang, and that thing was by far the most reliable piece of software I've ever encountered. CPUs burned, bad updates got installed, OSs got changed, machine rooms rebuilt and the system just kept going. As long as at least one machine was running and had a net connection, the mail got through. I was particularly impressed that time they installed a broken patch and it still kept working. Kind of slow and without any actual load balancing, but it still did its job.
Also, I've found Erlang to be easier to learn than other functional langauges I've looked at. I've tried SML, OCaml and Haskell as well, but Erlang is the only one I've actually managed to write anything halfway useful in.