Re: [ClojureScript] Re: [ANN] om-start lein template for nrepl compliant editors/IDEs

2014-05-01 Thread Mimmo Cosenza
Hi Laurent, thanks so much. Today I had the time to take a look at my repos on github after a while :(( just merged your PRs together with other couple which were pending there…. My best mimmo On 01 May 2014, at 18:49, Laurent PETIT wrote: > Hi Mimmo, > > I sent 2 small pull requests for u

Re: [ClojureScript] Re: [ANN] om-start lein template for nrepl compliant editors/IDEs

2014-05-01 Thread Laurent PETIT
Hi Mimmo, I sent 2 small pull requests for updating things in om-start README: - link of the om basic tutorial has changed in swanodette's wiki - starting leiningen projects in CCW uses the familiar (to Eclipse users) "Run as > Clojure Application" instead of the specific "Lein > Launch headless

Re: [ANN] om-start lein template for nrepl compliant editors/IDEs

2014-05-01 Thread Ivan L
Thanks mimmo! Looking forward to trying this out. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post.

Re: [ANN] om-start lein template for nrepl compliant editors/IDEs

2014-01-26 Thread Mimmo Cosenza
Thanks Rudy! There is still room for improvements. At the moment I was not able make it to run with :none optimisation which is amazingly fast, while :whitespace an all the others are slow. But with an nrepl compliant editor/IDE you could enjoy the live coding stuff by David without running the

Re: [ANN] om-start lein template for nrepl compliant editors/IDEs

2014-01-26 Thread Rudi Engelbrecht
Hi Mimmo Thank you for this tutorial - I managed to follow along and experience the same live coding with emacs/cider - really nice to see how all the components work together and "drive" the browser from the browser-repl in emacs. Kind regards Rudi On 26/01/2014, at 2:34 AM, Mimmo Cosenza