Live data from Hacker News

Viewing profile — mikemcgowan

mikemcgowan

HN member
Joined
Tue, Oct 30, 2012, 5:28 PM UTC
HN karma
11
Public activity
4 items

About mikemcgowan

No profile information was provided.

Recent public activity

  1. comment
    Comment #10778532

    distance :: { x :: Number, y :: Number } -> Number distance point = sqrt(point.x^2 + point.y^2) The function application of sqrt shouldn't have parens. And the type of distance sho…

  2. comment
    Comment #10655851

    PureScript is mentioned on one of his slides.

  3. comment
    Comment #10611355

    It's 9:30pm CET. The sun set a while ago ...

  4. comment
    Comment #8371905

    I use the vim plugin ("IdeaVim") in JetBrains PHPStorm & PyCharm.