Last active
February 25, 2018 18:48
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{:paths ["."] | |
:deps {org.clojure/clojurescript | |
{:git/url "https://github.com/clojure/clojurescript" | |
:sha "3f4084efcb5cd92cceb8ca30765144691d8cfd7e"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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