Viewing profile — jle
jle
HN member- Joined
- Wed, Nov 13, 2013, 10:23 PM UTC
- HN karma
- 43
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About jle
Recent public activity
- story
- story
- story
- story
-
comment
Comment #43284143
Clearing up some common misunderstandings and easy to miss concepts
- story
- story
- story
- story
- story
-
comment
Comment #21326524
when you think about it, not toooo surprising. Haskell's undeniable killer app is parsing and compilation, so pandoc was pretty much a project destined for Haskell if I ever saw on…
-
comment
Comment #20711861
you don't need an ordered JSON for this. Just make sure that your equality tests ignore ordering, or that your and hash functions will hash two JSON objects with the same key but d…
-
comment
Comment #18841691
GoL wasn't used here because of any value or analogy... it's used as an example of how a simple set of rules can generate complex behavior. GoL can display complex behavior, but it…
-
comment
Comment #18704719
Amazing! :D Any information on the tech behind this? :)
- story
-
comment
Comment #17745891
That's not necessarily the definition of division, there are many commonly used definitions in different contracts that are different.
- story
- story
-
comment
Comment #14058279
Even if it's something we already knew, it's nice to see data confirming.
-
comment
Comment #9562894
You can programmatically put statements together, and manipulate them like real values. But that doesn't mean that pure simulated execution has to be a part of the API :)
-
comment
Comment #9283905
i feel like this alert should be in chinese for greatest effect
-
comment
Comment #8933845
yea, but the struggle isn't really quite with monads, but with syntax. properly understanding the syntax for do notation with use in IO does not require an understanding of monads.…
-
comment
Comment #7792936
Thanks! I do mention that instances of the Monad typeclass have to follow certain laws to make sure that they are "meaningful and useful"...I handwaved the actual laws away in the …
-
comment
Comment #7768961
Hi, author here; experimenting with some ways to explain two very useful concepts that I feel don't get enough mainstream popularity, despite being applicable to many languages :) …
- story