Live data from Hacker News

Viewing profile — 101000010101

101000010101

HN member
Joined
Thu, Jul 20, 2017, 7:21 PM UTC
HN karma
3
Public activity
2 items

About 101000010101

No profile information was provided.

Recent public activity

  1. comment
    Comment #17114812

    You can use prebuilt binaries of ghc. If you don't need the bleeding edge builds.

  2. 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 …