Last active
July 5, 2018 06:41
Minimal example ot run ClojureScript reopl on Nix with nix-shell
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
echo '{:deps {org.clojure/clojurescript {:mvn/version "1.10.339"}}}' > deps.edn && nix-shell -p clojure rlwrap nodejs-8_x | |
# once nix-shell loads up | |
# $ clj -m cljs.main --repl-env node |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment