Closed
Description
You expressed interest in doing this before. I wanted to ask what your preference is for accomplishing it; there are three options AFAIK, which I describe assuming you haven't done much ClojureScript (apologies if that's incorrect):
- Maintain separate codebases
- Ensure that the Clojure codebase is fully portable, and let lein-cljsbuild crossovers copy things over to
.cljs
files when users consume simple-check. - Use cljx.