Re: Leiningen on CLR

2013-06-03 Thread Aaron
Just to chime in - my nleiningen prototype has a repl and a compile task, but is basically just a prototype or proof of concept. It more or less works (i.e. can download dependencies & compile namespaces), but it's very rough at this point... Hopefully soon we can put some more work into it. On

Re: Leiningen on CLR

2013-05-30 Thread Plínio Balduino
Thank you, mr. Kumar. Plinio On Thu, May 30, 2013 at 4:23 PM, Shantanu Kumar wrote: > > > > On Thursday, 30 May 2013 19:27:34 UTC+5:30, Plinio Balduino wrote: >> >> Hi there >> >> I'm playing with Clojure CLR (good job, guys) and I miss something like >> Leiningen. I quickly saw Kumar's lein-cl

Re: Leiningen on CLR

2013-05-30 Thread Shantanu Kumar
On Thursday, 30 May 2013 19:27:34 UTC+5:30, Plinio Balduino wrote: > > Hi there > > I'm playing with Clojure CLR (good job, guys) and I miss something like > Leiningen. I quickly saw Kumar's lein-clr, but I don't know if it could be > used in a production environment (or explaining better, in a

Leiningen on CLR

2013-05-30 Thread Plínio Balduino
Hi there I'm playing with Clojure CLR (good job, guys) and I miss something like Leiningen. I quickly saw Kumar's lein-clr, but I don't know if it could be used in a production environment (or explaining better, in a dev environment for a production application) and if there is any other solution.