Re: What's clojure killer app? I don't see any.

2014-04-19 Thread Plinio Balduino
Gary: Immutability is awesome, the ease to work with concurrency in Clojure is fantastic and the interop with Java is very good when you compare with others JVM mainstream languages. But I'm affraid that these technical features that are very important for us, devs, don't sell the language fo

Re: [ANN] fsrun : file change notifier high order lein task

2013-11-26 Thread Plinio Balduino
Excellent, Deniz But I'm getting an error when I try to run for the first time: Could not find artifact fsrun:fsrun:jar:0.1.0 in central (http://repo1.maven.org/maven2/) Could not find artifact fsrun:fsrun:jar:0.1.0 in clojars (https://clojars.org/repo/) This could be due to a typo in :dependen

Re: I'm starting to wonder if I'm the only person using clooj ...

2013-07-01 Thread Plinio Balduino
For those who use Clooj, looks like Mr Edelstein fixed the problem. On Friday, June 28, 2013 1:43:03 PM UTC-3, Plinio Balduino wrote: > > Yup. It's the same problem. That lib is only available on OSX. > -- -- You received this message because you are subscribed to the Google G

Re: I'm starting to wonder if I'm the only person using clooj ...

2013-06-28 Thread Plinio Balduino
Hi there I sent a pull request fixing this Apple lib issue. https://github.com/arthuredelstein/clooj/pull/119 I'm not in Clooj list and never heard about before, but it sounds like an awesome project. Regards PlĂ­nio On Thursday, June 27, 2013 11:05:56 PM UTC-3, Cedric Greevey wrote: > > I'm

Re: Clojure in production

2013-06-18 Thread Plinio Balduino
C-3, Igor Hercowitz wrote: > > Hi Plinio, > > We're using clojure to develop our back-end. > > We're using Rest, Compojure and Cheshire. > To test we're using Midje and Kibit to validate the code. > > Unfortunately we have use some Java Legacy code... :) >