Live data from Hacker News

Viewing profile — WarDaft

WarDaft

HN member
Joined
Mon, Nov 26, 2012, 9:29 AM UTC
HN karma
7
Public activity
4 items

About WarDaft

No profile information was provided.

Recent public activity

  1. comment
    Comment #15120736

    Actually that's not true. Now that we have Phantheck, all QuickCheck tests (which are a very pleasant superclass of unit tests) can just be lifted to the type level with TH magic. …

  2. comment
    Comment #15048932

    Well, you can add operators, though you almost certainly should think about more idiomatic solutions first, it's entirely possible to write operators to allow a statement like: arr…

  3. comment
    Comment #15022244

    That's not really a line for line port. Or even block for block since yours is never uninitialized. The original code was designed to basically mimic writing bad C in Perl, with an…

  4. comment
    Comment #11355012

    There are already some quite advanced compilers that treat JavaScript itself as just a web assembly language, you don't technically have to wait for WebAssembly. TypeScript (some t…