Viewing profile — DJCordhose
DJCordhose
HN member- Joined
- Sun, Oct 28, 2012, 9:12 PM UTC
- HN karma
- 1
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About DJCordhose
No profile information was provided.
Recent public activity
-
comment
Comment #11855622
What currently is in TypeScript: https://github.com/Microsoft/TypeScript/wiki/What's-new-in-T...
-
comment
Comment #11855617
What TypeScript 2.0 promises: https://www.infoq.com/news/2016/04/typescript-2-preview
-
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.
-
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.…