|
|
|
|
|
by chrisjc
1904 days ago
|
|
Sorry for what might be an obvious answer, but when you say >because the standard clojurescript library has everything+ do you mean bc it has all those libraries incorporated, or bc it's able to emit the equivalent to native javascript? |
|
Behind the scenes ClojureScript is transpiled to pure JavaScript with Google’s Closure compiler, so there’s no external dependencies on libraries like the ones mentioned above. It’s all just built into the language.