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: [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 REPL

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 laurent.pe...@gmail.com wrote: Hi Mimmo, I sent 2

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

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

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

2014-01-25 Thread Mimmo Cosenza
Hi all, yesterday Laurent Petit asked me how to run on CCW OM and Austin together to have the same live experience obtained by David Nolen in his OM tutorial. This morning I created this simple om-start lein-template (a kind of cljs-start without unit testing stuff) which allows to create a OM

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

2014-01-25 Thread Laurent PETIT
Thanks a lot Mimmo, you're invaluable in helping people cross bridges between tools, libraries, and a real bright light for newcomers also ! Le samedi 25 janvier 2014, Mimmo Cosenza mimmo.cose...@gmail.com a écrit : Hi all, yesterday Laurent Petit asked me how to run on CCW OM and Austin

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

2014-01-25 Thread Mimmo Cosenza
Thanks Laurent! Has been a pleasure to interact with you! mimmo On Jan 25, 2014, at 5:56 PM, Laurent PETIT laurent.pe...@gmail.com wrote: Thanks a lot Mimmo, you're invaluable in helping people cross bridges between tools, libraries, and a real bright light for newcomers also ! Le

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

2014-01-25 Thread David Nolen
This is great, thank you! On Sat, Jan 25, 2014 at 10:34 AM, Mimmo Cosenza mimmo.cose...@gmail.comwrote: Hi all, yesterday Laurent Petit asked me how to run on CCW OM and Austin together to have the same live experience obtained by David Nolen in his OM tutorial. This morning I created

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

2014-01-25 Thread Mimmo Cosenza
Thanks David, it could be even better if someone explains to me how to make austin to run in a browser connected REPL with `:none` optimization ;-) mimmo On Jan 25, 2014, at 6:37 PM, David Nolen dnolen.li...@gmail.com wrote: This is great, thank you! On Sat, Jan 25, 2014 at 10:34 AM,