Viewing profile — pinjo
pinjo
HN member- Joined
- Wed, Jan 25, 2017, 4:19 PM UTC
- HN karma
- 8
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About pinjo
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #13489782
Ah yes, that is a bit stupid, I just wanted an example of a traceback :)
-
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…
-
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…