|
|
|
|
|
by Skinney
2865 days ago
|
|
The "problem" with ClojureScript's integration is that you have to be careful when integrating other javascript libraries (which ClojureScript encourage you to do to save code size) as they might not be compatible with advanced mode. You could also write code in cljs which isn't compatible with advanced mode. Elm doesn't have this problem. Elm also outputs smaller assets than cljs+closure. That being said, I do love cljs, having used it on numerous projects myself :) |
|