Viewing profile — 14paninta
14paninta
HN member- Joined
- Fri, May 15, 2015, 5:54 PM UTC
- HN karma
- 1
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About 14paninta
No profile information was provided.
Recent public activity
-
comment
Comment #9552435
It does work. Incentive is different than requirement . How else would MS ship the CLR for Mac OS X?
-
comment
Comment #9552428
asm.js doesn't support threading. it can't run native code. it doesn't support meaningful debugging. it doesn't have a post-DOM API surface like pepper.
-
comment
Comment #9552414
> You mean like Firefox? Firefox is entirely written in JS? Or just the parts that fall within what JS can do? The JIT isn't JS. The TLS stack isn't JS. Most of the heavy lifting (…
-
comment
Comment #9552387
That's a blog post on an experimental approach from 2015 . Where is the competitor that could replace JS because JS didn't support concurrency over the past 15 years while the enti…
-
comment
Comment #9552373
What does that even mean? It's nonsensical. Underneath x86 assembly language is the processor microcode, and underneath that is the actual hardware, and the two are intricately int…