ErlyWeb: ErlangOnRails

Erlang
I have been playing around with Erlang for some weekends now and I find it to be really interesting. I like the functional programming paradigm too. The syntax reminds me a little of Prolog (from my engineering days).

Programming Erlang: Software for a Concurrent World is the Pickaxe book for Erlang written by Joe Amstrong. Joe designed and implemented the first version of Erlang in 1986.

What's all this fuss about Erlang?. This and recent articles on reddit got me interested in Erlang.

ErlyWeb - The Erlang twist on Web Frameworks

Yariv Sadan has also developed a web framework on Erlang named ErlyWeb. ErlyWeb is in its 0.7 version and has some Rails kinda feel to it but doesn't look as clean as Rails because its on Erlang. Not many people get it but its actually because of Ruby that Rails does most of its magic its said to do. ErlyWeb is a commendable effort and I really want to give it a fair shot before I form a opinion about it.

I have a very interesting project in mind where Erlang fits the bill perfectly. More about it sometime later 😉