Viewing profile — fortknots
fortknots
HN member- Joined
- Sat, Sep 27, 2014, 5:33 AM UTC
- HN karma
- 6
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About fortknots
No profile information was provided.
Recent public activity
- story
- comment
- comment
-
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…
-
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:…
- story
-
comment
Comment #8376178
Very interesting.