Live data from Hacker News

Viewing profile — fortknots

fortknots

HN member
Joined
Sat, Sep 27, 2014, 5:33 AM UTC
HN karma
6
Public activity
7 items

About fortknots

No profile information was provided.

Recent public activity

  1. story
  2. comment
  3. comment
  4. comment
    Comment #8408884

    This is exactly where I'm at. My biggest problem is that wrapping non-persistent data structures written in C/C++ never seems comes out right in Haskell. You often have to write th…

  5. comment
    Comment #8408868

    Actually, Haskell does let you write print statements for debugging. If we have the following function: foo :: Int -> Int foo x = x `div` 0 and we want to add debugging, we can do:…

  6. story
  7. comment
    Comment #8376178

    Very interesting.