Questions tagged [cljc]

cljc is the new file-extension for Reader Conditionals in Clojure 1.7.

cljc is the new file-extension for Reader Conditionals in Clojure 1.7. It is used as shorthand for the format, much as cljs is shorthand for ClojureScript etc.

1 questions
2
votes
1 answer

Compiling ClojureScript from cljc files with lein

Does cljc / lein / clojurescript work yet? I was previously using cljx, and was able to compile the same project with the cljx plugin for lein firing off a cljsbuild task. Now I'm switching to cljc, I want to compile my cljc files into both compiled…
interstar
  • 26,048
  • 36
  • 112
  • 180