Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-18 Thread James Henderson
Hi all, On Tuesday, 17 December 2013 16:35:24 UTC, Magomimmo wrote: In my mind I think about something like a pair composed by of a lein template and a lein plugin.  The template should serve to create new mixed clj/cljs projects and the plugin should serve to easily manage the

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Andrew Voron
Good job. First thing that start and running from description in wiki. It seems like next evolution step in path: pure cljs - Piggieback - austin - cljs-start May be for newcomers like me it will be good to add some integraional tips for emacs(others) editors.. Thx. Andrew -- -- You

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Mimmo Cosenza
May be for newcomers like me it will be good to add some integraional tips for emacs(others) editors.. I always feel guilty when talking about editors because I use emacs. It seems that the top clojurists are pushing people to switch from emacs to something more used by younger/front-end

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Cedric Greevey
On Tue, Dec 17, 2013 at 5:48 AM, Mimmo Cosenza mimmo.cose...@gmail.comwrote: May be for newcomers like me it will be good to add some integraional tips for emacs(others) editors.. I always feel guilty when talking about editors because I use emacs. It seems that the top clojurists are

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Mimmo Cosenza
Calling emacs incidental complexity is like calling the North Pole a bit nippy this time of year. :) LOL mimmo signature.asc Description: Message signed with OpenPGP using GPGMail

Re: [ClojureScript] Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Tim Visher
On Tue, Dec 17, 2013 at 5:48 AM, Mimmo Cosenza mimmo.cose...@gmail.com wrote: May be for newcomers like me it will be good to add some integraional tips for emacs(others) editors.. I always feel guilty when talking about editors because I use emacs. It seems that the top clojurists are

Re: [ClojureScript] [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Mimmo Cosenza
I would encourage anyone who is not learning a language to learn Emacs. :) Well said signature.asc Description: Message signed with OpenPGP using GPGMail

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Andrew Voron
Well, Im not sure if I expressed myself correctly when asked for tips about editor - I thought about how to get Emacs (or may be other editor which support nrepl workflow) work with cljs-start. Now I see that it works good when I'm testing it. I use emacs-live for clojure work with emacs, and

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Lee Spector
On Dec 17, 2013, at 6:01 AM, Cedric Greevey wrote: Calling emacs incidental complexity is like calling the North Pole a bit nippy this time of year. :) The thing is, it's actually possible to have the power of emacs without the incidental complexity of currently available emacs versions.

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Tim Visher
On Tue, Dec 17, 2013 at 8:14 AM, Andrew Voron volan...@gmail.com wrote: Well, Im not sure if I expressed myself correctly when asked for tips about editor - I thought about how to get Emacs (or may be other editor which support nrepl workflow) work with cljs-start. Now I see that it works good

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Tim Visher
On Tue, Dec 17, 2013 at 8:21 AM, Lee Spector lspec...@hampshire.edu wrote: On Dec 17, 2013, at 6:01 AM, Cedric Greevey wrote: Calling emacs incidental complexity is like calling the North Pole a bit nippy this time of year. :) The thing is, it's actually possible to have the power of emacs

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Lee Spector
On Dec 17, 2013, at 8:24 AM, Tim Visher wrote: On Tue, Dec 17, 2013 at 8:21 AM, Lee Spector lspec...@hampshire.edu wrote: On Dec 17, 2013, at 6:01 AM, Cedric Greevey wrote: Calling emacs incidental complexity is like calling the North Pole a bit nippy this time of year. :) The thing

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-17 Thread Mimmo Cosenza
Hi Andrew, just remember that cljs-start is for pure CLJS project only. Few weeks ago I started working on a similar lein template for mixed CLJ/CLJS projects which have different requirement. then I stopped because of work overload on other projects. On the mixed cli/cljs path the

Re: [ClojureScript] Re: [ANN] cljs-start 0.0.7 now support source-map

2013-12-16 Thread Mimmo Cosenza
Hi Jussi, I was wondering what sort of performance should I expect with Clojurescript compile. I get 3-20 seconds per file on two different machines. yes, I have similar results When I just change the root cljs file, do you mean the core.cljs file? cljsbuild recompiles three other files

[ANN] cljs-start 0.0.7 now support source-map

2013-11-30 Thread Mimmo Cosenza
Hi all, I just added the source map support (and a very short explanation on how to use it in chrome developer tools) to the cljs-start lein template to build a CLJS lib with batteries included. Hope someone finds it useful. My best Mimmo signature.asc Description: Message signed with

Re: [ANN] cljs-start 0.0.7 now support source-map

2013-11-30 Thread Mimmo Cosenza
the link…. https://github.com/magomimmo/cljs-start how to start. lein new cljs-start your-lib-name mimmo On Nov 30, 2013, at 11:38 AM, Mimmo Cosenza mimmo.cose...@gmail.com wrote: Hi all, I just added the source map support (and a very short explanation on how to use it in chrome