Add clojurescript support
Key details
Description
Environment
None
Activity
Alex Miller
November 30, 2015 at 3:57 AM
FYI, currently our Hudson CI system that is used to do builds of contrib projects cannot build cljc projects. To build, a new version of clojure-maven-plugin is required, which requires Maven 3 for some of the required plugins, which is not supported in the old version of Hudson we're using.
This is fairly high in my priority list as we are already fighting this issue for test.check (and it's only a matter of time before it's needed for others as well). But you might want to hold off till we've addressed this issue.
It is possible to manually build and release projects without the CI server (and I've done this for test.cehck), but it's no picnic.
Mark Engelberg
November 28, 2015 at 10:07 PM
Yes, I'm fine with a minimum supported version of 1.7.
Tim Visher
November 26, 2015 at 12:58 PM
Mark Engelberg
November 18, 2015 at 5:52 AM
Tim Visher
November 17, 2015 at 11:24 PM
Details
Assignee
Reporter
Priority
Created May 6, 2015 at 1:28 AM
Updated November 30, 2015 at 3:57 AM

With the upcoming release of Clojure 1.7 and reader conditionals, is there interest in adding ClojureScript support? There is already a port at https://github.com/tailrecursion/cljs-priority-map. Alan Dipert may be interested in donating that to Clojure Core, otherwise I would be interested in working on a port.