Here is a great article that describes an interesting perspective of functional programming. The author over at Tech Republic describes how functional programming is often more secure than imperative languages without even trying.
Here's the link http://blogs.techrepublic.com.com/security/?p=567
This is a short video I put together. It shows how to use emacs to generate an Erlang gen_server to greet a client. It also demonstrates Erlang's hot code-loading capabilities.
Erlang/OTP gen_server demo from Matt Williamson on Vimeo.
Really high quality at http://dawsdesign.com/video/video-gen_server_demo
I've begun work on ErlFS, a distributed storage system which uses distributed Erlang at it's core. The idea is that it splits files into chunks and copies them, redundantly over multiple disks on multiple machines. This system should scale nearly linearly-- that is, the more machines/disks you add, the more storage, throughput, response and reliability you get.
Each node keeps track of where the file chunks are located and will load balance automatically. I hope to have an Erlang, HTTP, FTP and Bittorrent interface for the system, probably using YAWS/erlyweb.
Google code is hosting the project for me. You can view it at http://code.google.com/p/erlfs/.
I will update here when an alpha is ready.
Update: We just registered http://erlfs.com, so we will have a home for it.
<?php echo " ";?>