Skip to content

Instantly share code, notes, and snippets.

@visibletrap
Last active February 25, 2018 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save visibletrap/6c21d7956211bcd30fc0a83ccea89455 to your computer and use it in GitHub Desktop.
Save visibletrap/6c21d7956211bcd30fc0a83ccea89455 to your computer and use it in GitHub Desktop.
clj -Sdeps '{:deps {gist-visibletrap/git-6c21d7956211bcd30fc0a83ccea89455 {:git/url "https://gist.github.com/visibletrap/6c21d7956211bcd30fc0a83ccea89455" :sha "ac630e7d1d2f8e4174cc011386f66cecee4377d7"}}}' -m cljs.main -re node -m hello-cljs
{:paths ["."]
:deps {org.clojure/clojurescript
{:git/url "https://github.com/clojure/clojurescript"
:sha "3f4084efcb5cd92cceb8ca30765144691d8cfd7e"}}}
(ns hello-cljs)
(defn -main []
(println (.-versions js/process)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment