Link Details

Link 7768 thumbnail
User 111696 avatar

By bloid
via blog.lostlake.org
Published: Nov 26 2006 / 22:44

At RubyConf, I had the pleasure of chatting with Tim Bray. Tim posited that Erlang was a great language model because of its light weight processes, amazing interprocess communication capabilities, and well defined side effects for function calls arguint that these attributes made programming massively multi-core machines a lot easier.
  • 12
  • 0
  • 865
  • 321

Comments

Add your comment
User 179375 avatar

Ricky Clarkson replied ago:

0 votes Vote down Vote up Reply

Nice article. The link to 'why he didn't use Haskell' is broken though, it was probably just a syntax complaint, I'd guess.

ROT13 in Haskell:

[chr $ (ord a-ord 'a'+13) `mod` 26+ord 'a' | a <- "bushpx" ]

outputs: ohfuck

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.