This tool tries to translate as much JavaScript code into
ClojureScript as it can. Keep in mind that it might fail or the result
will be non-idiomatic Clojure code due to substantial differences
between languages.
e.g. Clojure explicitly distincts global and local vars, but
JavaScript does not