Live data from Hacker News

Viewing profile — nihils

nihils

HN member
Joined
Mon, Nov 30, 2015, 4:02 AM UTC
HN karma
23
Public activity
10 items

About nihils

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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…

  3. 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.

  4. 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

  5. comment
    Comment #11091203

    I wonder if this can be linked in to Lamson

  6. 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…

  7. 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…

  8. 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 …

  9. comment
  10. comment
    Comment #10647611

    Abstract Algebra by Benedict Gross from the Harvard Extension School.