I’m convinced that Erlang is going to see a large increase in popularity in the future. After reading about how the people at Ericsson, where it saw its birth, wrote a electronic switching system with a few million lines of code that should only fail one second every 30 years or every billion seconds. I’ve also read of YAWS ( Yet Another Web Server ), a web server wrote in Erlang that out performs Apache in parallel connections. (See it here) This means that things wrote in Erlang are very scalable. Erlang applications are also suited to solve heat issues you could find at a data center.
Okay.. So that’s the good.. but what’s the bad? Well first off it has a different paradigm that what many people are accustomed to. It is not Object Oriented, but Concurrency Oriented. Its syntax isn’t C-like to make it easier for you to learn.
Want to learn more? Visit Erlang’s Website
Today, Google released their own open source web browser, Chrome. The Javascript rendering engine, v8, that Google uses for Chrome is super fast. The browser was built for speed, security, and the future. Each separate tab runs in its own sandbox, so if a single tab crashes, it and only it will crash. It is built from existing open source components including Web Kit and v8. This means that you need not learn how to make hacks sites for Chrome, because if your site already works in Safari, it will work in Chrome. I should note that v8 was specifically developed for Chrome by a Google team in Denmark. Now if I could only convince my school to change from the evil IE6 to this…