Can anyone comment on the state of Typescript - Google Closure integration ?
https://github.com/Microsoft/TypeScript/wiki/JSDoc-support-i...
81–90 of 115 posts
Can anyone comment on the state of Typescript - Google Closure integration ?
https://github.com/Microsoft/TypeScript/wiki/JSDoc-support-i...
Old news, article dated Wednesday, August 31, 2016
Earlier quoted context omitted.
Interesting stories that haven't had significant attention yet are welcome here.
I'd appreciate if titles at least mentioned when this is the case. I thought this was an update to the Closure Compiler they released months ago.
Earlier quoted context omitted.
There's no intrinsic property of “desktop” languages preventing them targeting “browser” languages. Any Turing-complete language can be compiled to and from any other. And you don't even need to go down to that level of abstraction for Java-to-JavaScript, the two share many commonalities. Java classes can become JavaScript objects, Java methods can become JavaScript functions, Java exceptions can become JavaScript ex…
So I don't know much about Java, but I was under the impression that it compiles to a binary fie (like C), and thus could do things that directly affect the hardware like malloc. How would Javascript handle something like that? I'm not aware of Javascript being able to perform these kinds of tasks. I guess they just have workarounds, like what you're saying for file access?
Why would I use this over babel?
Earlier quoted context omitted.
Nothing. Zero benefits here for typical usage of ClojureScript. Potentially interesting for 3rd party bootstrap efforts like Planck, Lumo, etc.
True, but it helps fix the TTFX metric -- "Time to First XML" ;-) -- Derek Slager made a case for this in his talk at the Conj: "ClojureScript for Skeptics" https://youtu.be/gsffg5xxFQI?t=20m9s The remaining bit of Java is like "a little piece of kelp that's stuck to the hull, and even though it's little, you don't want anything stuck to the hull" ( http://www.tv-quotes.com/shows/the-west-wing/quote_14096.htm... ). T…