Using built 1.10.138:
src/hello_world/core.cljs
(ns hello-world.core) (println "Hello world!")
Note that sometimes Hello world! is printed, and sometimes only a newline.
Hello world!
$ clj -Srepro --main cljs.main --compile hello-world.core --repl Hello world! ClojureScript 1.10.138 cljs.user=> :cljs/quit $ clj -Srepro --main cljs.main --compile hello-world.core --repl ClojureScript 1.10.138 cljs.user=> :cljs/quit $ clj -Srepro --main cljs.main --compile hello-world.core --repl Hello world! ClojureScript 1.10.138 cljs.user=> :cljs/quit $ clj -Srepro --main cljs.main --compile hello-world.core --repl Hello world! ClojureScript 1.10.138 cljs.user=> :cljs/quit $ clj -Srepro --main cljs.main --compile hello-world.core --repl Hello world! ClojureScript 1.10.138 cljs.user=> :cljs/quit $ clj -Srepro --main cljs.main --compile hello-world.core --repl ClojureScript 1.10.138 cljs.user=> :cljs/quit
{:deps {org.clojure/clojurescript {:mvn/version "1.10.138"}}}macOSSafari
Using built 1.10.138:
src/hello_world/core.cljs
(ns hello-world.core) (println "Hello world!")Note that sometimes
Hello world!is printed, and sometimes only a newline.$ clj -Srepro --main cljs.main --compile hello-world.core --repl Hello world! ClojureScript 1.10.138 cljs.user=> :cljs/quit $ clj -Srepro --main cljs.main --compile hello-world.core --repl ClojureScript 1.10.138 cljs.user=> :cljs/quit $ clj -Srepro --main cljs.main --compile hello-world.core --repl Hello world! ClojureScript 1.10.138 cljs.user=> :cljs/quit $ clj -Srepro --main cljs.main --compile hello-world.core --repl Hello world! ClojureScript 1.10.138 cljs.user=> :cljs/quit $ clj -Srepro --main cljs.main --compile hello-world.core --repl Hello world! ClojureScript 1.10.138 cljs.user=> :cljs/quit $ clj -Srepro --main cljs.main --compile hello-world.core --repl ClojureScript 1.10.138 cljs.user=> :cljs/quit