Slashdot Mirror


Haskell 2010 Announced

paltemalte writes "Simon Marlow has posted an announcement of Haskell 2010, a new revision of the Haskell purely functional programming language. Good news for everyone interested in SMP and concurrency programming."

4 of 173 comments (clear)

  1. But I'm lazy... by nweaver · · Score: 5, Funny

    So I don't think I'll look at the article until I actually need to program in Haskel....

    --
    Test your net with Netalyzr
  2. Re:Reminds me of Life of Brian... by acheron12 · · Score: 5, Funny

    Welcome to the programming language department. Bruce here teaches Python, the object oriented dynamically typed language. Bruce teaches Python the lazy functional language, while Bruce teaches postfix Python. And then there's Bruce who teaches s-expression Python and is in charge of the snake dip.

    --
    there is no god but truth, and reality is its prophet
  3. Re:Is it just me ? by EMG+at+MU · · Score: 5, Informative

    Amdahl's law is not like Moore's "law". Amdahl's law is an observation of mathematics. You can't ever get around the fact that if you increase the performance of 90% of the instructions in a program, you still have to deal with the other 10%. Even if you increase the performance of 90% of the instructions by 100x or something large, if the other 10% take a long time (like disk access) its going to kill your performance.

  4. Re:Is it just me ? by ascari · · Score: 5, Funny

    "recursive style" Definition: Curse. And then curse again.