Live data from Hacker News

Viewing profile — DJCordhose

DJCordhose

HN member
Joined
Sun, Oct 28, 2012, 9:12 PM UTC
HN karma
1
Public activity
4 items

About DJCordhose

No profile information was provided.

Recent public activity

  1. comment
    Comment #11855622

    What currently is in TypeScript: https://github.com/Microsoft/TypeScript/wiki/What's-new-in-T...

  2. comment
    Comment #11855617

    What TypeScript 2.0 promises: https://www.infoq.com/news/2016/04/typescript-2-preview

  3. comment
    Comment #11855104

    IMHO the type system of flow and typescript are pretty different from Java/C#. Structural typing to name one and maybe the most important.

  4. comment
    Comment #11852933

    GWT compiles Java to JavaScript. The issue with it is that the semantics of Java and JavaScript are fairly different. Makes debugging and integrating native JavaScript libs harder.…