Reading: Erlang

I think Erlang is going to be hot. Who can ignore a production-ready functional language that was built to be massively concurrent and reliable? Unfortunately the Internet doesn’t agree with me, yet.

I think Erlang is going to be hot. Who can ignore a production-ready functional language that was built to be massively concurrent and reliable? Unfortunately the Internet doesn’t agree with me, yet.
Down: Rails
Up: Django and Zend Framework(?!)
Odd: Erlang (Erlang is hot… but I guess not that well known yet?)
In the console, evaluating arrays:
29> [83,117,114,112,114,105,115,001]. [83,117,114,112,114,105,115,1] 30> [83,117,114,112,114,105,115,101]. "Surprise"
When I tried to install Erlang through Macports,
sudo port install erlang
I got this error:
Error: The following dependencies failed to build: tk tcl
Error: Status 1 encountered during processing.
To fix it, I needed to move aside the iPhone SDK include files during the installation.
sudo mv /usr/local/include /usr/local/include.bak; sudo port install erlang; sudo mv /usr/local/include.bak /usr/local/include
Dear Pivitol,
Rewrite Twitter in Erlang. That would be awesome.