blog of Joost Yervante Damad
erlang
Lately I’ve been playing a lot with the programming language erlang[1]. It is totally unlike what I’ve been using until now as it is a real functional programming language. Surprisingly though, I’m really enjoying it. It takes a little adjusting, but this language has a lot of good features:
- functional programming, which I really start to like
- very good concurrency and message passing, which makes for really elegant server programs
- scalability: it’s very easy to make a program distributed among machines
- … there’re tons of other things, which are worth their own blog entry
All of this seems to give a significant productivity boost, but maybe thats because it’s fun!
| Print article | This entry was posted by Joost Damad on 22/11/2006 at 14:54, and is filed under lang:en. Follow any responses to this post through RSS 2.0. Both comments and pings are currently closed. |
Comments are closed.