Live data from Hacker News

Viewing profile — lenz2020

lenz2020

HN member
Joined
Sat, Nov 07, 2020, 10:43 PM UTC
HN karma
3
Public activity
3 items

About lenz2020

No profile information was provided.

Recent public activity

  1. comment
    Comment #41458358

    Not exactly. Google is using wasm where it makes sense to do so. Google is heavily invested in TypeScript and JavaScript. Closure Compiler is far from half dead but the need to sup…

  2. comment
    Comment #26068977

    Actually no. You rarely need to annotate anything. They type checking is independent from the optimization of you turn off the type based optimizations. You still get good results.…

  3. comment
    Comment #25020426

    In strict mode you can because you can statically determine if eval is present. If it isn't, it is trivial to determine if it is written to after initialization. Otherwise it has t…