Re: Can anyone here give a comparison between Clojure and Erlang on concurrent programming?

2009-09-20 Thread dongbo
A million thanks to you guys! To ss: concise and clear. very helpful! To Wojtek: very detailed, I'll bear your suggestion in my mind! Thanks a lot To Timothy: thanks for sharing! -dongbo --~--~-~--~~~---~--~~ You received this message because you are subsc

Can anyone here give a comparison between Clojure and Erlang on concurrent programming?

2009-09-17 Thread dongbo
Hi everyone, Can any one give a comparison between Clojure and Erlang on concurrent programming? Both of them are kinda pure functional programming language, which avoiding the state changes in general. Erlang provides message passing mechanism to handle the inter-thread communication, while Clo