Viewing profile — thardus
thardus
HN member- Joined
- Mon, Apr 23, 2018, 6:28 AM UTC
- HN karma
- 2
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About thardus
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…