Live data from Hacker News

Viewing profile — pinjo

pinjo

HN member
Joined
Wed, Jan 25, 2017, 4:19 PM UTC
HN karma
8
Public activity
4 items

About pinjo

No profile information was provided.

Recent public activity

  1. comment
    Comment #18292873

    An example of this is the two possible applicative instance of list. One is based on the monad instance and does a cross product if presented with two lists. The other zips its arg…

  2. comment
    Comment #13489782

    Ah yes, that is a bit stupid, I just wanted an example of a traceback :)

  3. comment
    Comment #13483026

    To be honest, the second one I have a hard time parsing. I would expect that ranges is on the end, but it is somewhere in the middle. [item for item in subrange for subrange in ran…

  4. comment
    Comment #13482719

    From a debugging viewpoint, this does not make sense, there is usually no interesting information in the in between frames. TCE can also make debugging easier, how useful is a stac…