Live data from Hacker News

Viewing profile — ijt

ijt

HN member
Joined
Tue, Jun 02, 2009, 12:42 AM UTC
HN karma
35
Public activity
11 items

About ijt

http://github.com/ijt

Recent public activity

  1. comment
    Comment #3722731

    The difference is not only due to identifier length. Haskell's sort is a function in the mathematical sense. By looking at its type, I can see the input and output at a glance and …

  2. comment
    Comment #3722219

    I was surprised that the author thinks the syntax of Haskell is no better than that of C++. Let's look at a typical example. In Haskell, the signature for sort is sort :: Ord a => …

  3. story
  4. story
  5. story
  6. comment
    Comment #3086263

    Have you tried http://disconnect.me/ ?

  7. comment
    Comment #3062055

    GHC 7 can use LLVM as a backend. That might allow generation of JavaScript code from Haskell. There's already ghcjs ( https://github.com/sviperll/ghcjs ), but the output from that …

  8. story
  9. story
  10. comment
    Comment #984344

    Here's the same table sorted by hours for easier reading: hours count percent 0-4 7 3 5-20 14 5 20-30 11 4 30-40 42 16 40-50 66 25 50-60 52 20 60-70 35 13 70-80 16 6 80+ 21 8

  11. comment
    Comment #637132

    Test driven development would take on a new meaning, with the programmer a writing collection of tests and letting the computer find the shortest program that makes them pass.