[ClojureScript] The Future of ClojureScript Tools

2014-12-30 Thread Thomas Heller
Hey, First of all, huge thanks to David Nolen for all your work on ClojureScript. TL;DR: I want to help, but I'm sort of stuck. With all the recent CLJS commits going into tooling related issues (cljs.test, caching, ...) I find a lot of overlap to what I have done in shadow-build. I either

Re: [ClojureScript] The Future of ClojureScript Tools

2014-12-30 Thread David Nolen
On Tue, Dec 30, 2014 at 5:38 PM, Thomas Heller th.hel...@gmail.com wrote: I believe most of it is due to the fact that everything has to go through cljs.closure/build. Since everything build related is hidden behind that function, CLJS has to do quite a lot instead of just worrying about

Re: [ClojureScript] The Future of ClojureScript Tools

2014-12-30 Thread Thomas Heller
On Wednesday, December 31, 2014 12:17:11 AM UTC+1, David Nolen wrote: Supporting both Node.js and the Browser has been a goal since the initial release. There's nothing new going on here except more better. What is tooling and what is CLJS? At which point does it make sense to address an