Just wondering what you thought of the language. Also, in Erlang, you can do something like this Pid ! Message in order to send a message to different process (even if the process is on a different computer in another country). Is there something like that in Haskell that's just as easy or do you have to do something more involving?
