Total rookie here. I am trying to run ClojureScript
for the first time and followed the quickstart tutorial. However, upon entering...
clj --main cljs.main --compile hello-world.core --repl
I get the following error message:
Execution error (FileNotFoundException) at clojure.main/main (main.java:40).
FileNotFoundException: Could not locate cljs/main__init.class or cljs/main.clj on classpath.