Re: Clojure Newbie questions

2016-05-04 Thread Arnaud BOS
At last a question I can contribute to. There's certainly no need to be a Java "guru" to become "good" at Clojure, although it depends on what you definition of "being good at something" is. I'm far from being a Java guru, really, I've learned it only 8 years ago (at school) and only practiced for

Re: Clojure IoT?

2016-04-10 Thread Arnaud BOS
Hi Gregg, "is anybody *other than me* working with Clojure for IoT stuff?" I'm not using it for IoT stuff, but I'm curious what are you using it for? Cheers, Arnaud. Le dimanche 10 avril 2016 00:39:05 UTC+2, Gregg Reynolds a écrit : > > A very general question : is anybody other than me workin

Re: Monkey-patching in Clojure

2014-02-10 Thread Arnaud BOS
need to change the project name in project.clj from "foo" to > "org.clojars.your-username/foo" or some similarly unique group name. > > - James > > > On 10 February 2014 11:11, Arnaud BOS >wrote: > >> Hi, >> >> I have a dependency on

Monkey-patching in Clojure

2014-02-10 Thread Arnaud BOS
Hi, I have a dependency on a library that is no longer under very active development (or at least I'm not certain of it). I did a change and sent a pull request but am not sure when or if it will be merged and deployed. Before I can decide if I need to switch to another dependency (when I'll f