Slide 6
Slide 6 text
Solutions
● ES6
○ still js, too low level, no design, no constraints
● Dart
○ not js, too low level, good target language probably
● Compiled-to-js languages
○ dynamic/unityped - not good enough, even ClojureScript
○ static - type systems not good enough, even Typescript, Flow
○ too complex and heavy - GHCJS, Fay, Haste, Scala.js, Funscript
○ too specialized - Elm
○ right one - ?