(no title)
paperwork | 7 years ago
I would like to write some blog posts explaining technical concepts and provide executable, interactive code. As far as. I can tell, currently JavaScript is the only language for the job. All languages which transpile to js seem to require (out of browser) command line tools
rkangel|7 years ago
Now of course no language is going to replace JS, it's going to be compile to WASM or JS, and Dart is now focused on things like Flutter where it is used in a 'Ahead of Time' compiled form.
markdog12|7 years ago
It also has dart dev compiler which compiles much faster to more modern JavaScript: https://webdev.dartlang.org/tools/dartdevc
nickik|7 years ago
I don't really use ClojureScript, but it was a milestone that took a couple of years of leg work to get going.
ClojureScript is also in wide production use, I have not seen another compile to JS language that works as well.
opencl|7 years ago
thangngoc89|7 years ago
WorldMaker|7 years ago