Live data from Hacker News

Viewing profile — mikeplus48

mikeplus48

HN member
Joined
Sat, Mar 24, 2012, 4:44 AM UTC
HN karma
19
Public activity
8 items

About mikeplus48

my website: http://quasimal.com

Recent public activity

  1. comment
    Comment #4927420

    Start with the spelling. :) data GADT a where Constructor0 :: Field a -> Field b -> GADT (a, b) Constructor1 :: ... ...

  2. comment
    Comment #4924374

    There's luakit, uzbl, surf and jumanji from the top of my head, but I don't think any of these have "full interoperability with the CLI". luakit is definitely my favourite as it ha…

  3. comment
    Comment #4386092

    No, ghc produces statically linked binaries by default (-dynamic if you don't like that).

  4. comment
    Comment #4189289

    You don't have to syntactically consume all of arguments of a function to write its body. f :: a -> Int -> Int -> Int f x = (+) There really isn't anything meaningful to do with a …

  5. comment
    Comment #4188192

    I don't understand this point. If you have arguments x and y that you want to apply to this function, I don't see the problem in "using them directly". Function application in Hask…

  6. comment
  7. comment
    Comment #4028905

    This gives me an idea for a scanf-like QuasiQuoter...

  8. comment
    Comment #4017410

    I'm the author of this post, it was a joke. I said "For those who have no idea what they're doing 90% of the time when they are in bash" very sarcastically, but obviously this wasn…