Viewing profile — nihils
nihils
HN member- Joined
- Mon, Nov 30, 2015, 4:02 AM UTC
- HN karma
- 23
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About nihils
No profile information was provided.
Recent public activity
-
comment
Comment #15726747
I don't think there is significant overlap between Python's ideal use cases and Haskells. For one, Haskell's advanced static type system lends itself nicely to formal verification …
-
comment
Comment #15037543
For example, this problem of modifying the diagonal of a matrix can be solved quite easily: type Zipper a = ([a],[a]) cursorOnDiagonal :: [[Int]] -> [Zipper Int] cursorOnDiagonal m…
-
comment
Comment #15018074
If you want immutable data structures that simulate the behavior of mutable data structures look into Zippers. In this case, a list zipper.
-
comment
Comment #11095951
It's Python mail server, that tries to be like Django for Mail. https://github.com/zedshaw/lamson/blob/master/README.md
-
comment
Comment #11091203
I wonder if this can be linked in to Lamson
-
comment
Comment #10883659
This is a fair point, in the that conventional definition of post-structuralism as representation being bound to an interpretative context can be difficult see in daily life. Howev…
-
comment
Comment #10883092
The author's conception of philosophy seems to be heavily biased towards Western analytic philosophy whose pretension towards logically underpinning sciences and reliance on formal…
-
comment
Comment #10856162
This is actually perfect for a library on algebraic structures I've been trying to make in Haskell. For example, how does one distinguish between elements in the Dihedral group of …
- comment
-
comment
Comment #10647611
Abstract Algebra by Benedict Gross from the Harvard Extension School.