Live data from Hacker News

Viewing profile — Tekmo

Tekmo

HN member
Joined
Thu, Dec 26, 2013, 8:53 AM UTC
HN karma
14
Public activity
5 items

About Tekmo

No profile information was provided.

Recent public activity

  1. comment
    Comment #11145233

    Lucky for you, Mountain View has Haskell startups!

  2. comment
    Comment #10528747

    Did you read the entire post? Functions were only the first example to introduce the reader to the basic idea of associativity and identity. The post then discusses the Kleisli cat…

  3. comment
    Comment #10528576

    The generic benefit of a category is the proof that it satisfies the identity and associativity laws. This lets you write "generic proofs" that work for any category. For example, …

  4. comment
    Comment #10408355

    I'm already working on this: https://github.com/ipfs/apps/issues/6

  5. comment
    Comment #10077473

    Here's a slightly longer example of Haskell's awesome type inference with some additional commentary to complement the example that elbenshira gave: >>> let showAdd x y = show (x +…