Live data from Hacker News

Viewing profile — thardus

thardus

HN member
Joined
Mon, Apr 23, 2018, 6:28 AM UTC
HN karma
2
Public activity
4 items

About thardus

No profile information was provided.

Recent public activity

  1. comment
    Comment #19198646

    Trying to have this discussion without IPA for multiple dialects is pretty tough with "long o" and "short o." I've only ever heard Coq pronounced like /kɑk/, but I'm from the Weste…

  2. comment
    Comment #17337772

    I've had a guy come in on an F# project that used exceptions in a relatively data intensive workflow and rewrite it to use Results like this. The amount of boxing and unboxing as y…

  3. comment
    Comment #17144208

    ppx (like `[%bs.raw ...`) are indeed tricky. They mostly seem to be used around the FFI. My experience has been that if you're going to use JS components from within Reason, you ju…

  4. comment
    Comment #16900982

    The purescript example in the post shows one of Purescript’s biggest problems, and that’s non-optimal codegen. The series of if checks (O(n)) it generates as opposed to a switch st…