|
|
|
|
|
by hongboz
3607 days ago
|
|
For people who want to do typed functional programming on JS platform, there is another candidate: BuckleScript for OCaml:
https://bloomberg.github.io/bucklescript/js-demo/ The compiler is compiled into JS and native code. It generates highly readable JS code and easier FFI. It compiles super fast (generally 10~100 faster than Scala) and generates optimized code. |
|