Viewing profile — WarDaft
WarDaft
HN member- Joined
- Mon, Nov 26, 2012, 9:29 AM UTC
- HN karma
- 7
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About WarDaft
No profile information was provided.
Recent public activity
-
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. …
-
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…
-
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…
-
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…