Viewing profile — 101000010101
101000010101
HN member- Joined
- Thu, Jul 20, 2017, 7:21 PM UTC
- HN karma
- 3
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About 101000010101
No profile information was provided.
Recent public activity
-
comment
Comment #17114812
You can use prebuilt binaries of ghc. If you don't need the bleeding edge builds.
-
comment
Comment #14815493
Learning functional programming has definitely changed the way I manage state. I tend to explicitly pass variable into functions and return them instead of just having them change …