Viewing profile — Tekmo
Tekmo
HN member- Joined
- Thu, Dec 26, 2013, 8:53 AM UTC
- HN karma
- 14
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About Tekmo
No profile information was provided.
Recent public activity
-
comment
Comment #11145233
Lucky for you, Mountain View has Haskell startups!
-
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…
-
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, …
-
comment
Comment #10408355
I'm already working on this: https://github.com/ipfs/apps/issues/6
-
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 +…