[ANN] buttle 0.1.0 -- A proxying JDBC driver with hooks

2019-03-21 Thread henrik42
Hello, I just did my very first release to clojars. https://github.com/henrik42/buttle *Buttle* is a proxying JDBC driver with hooks. It can be used like any other JDBC driver and lets you do testing, debugging, monitoring etc. Hope someone finds this usefull. Sincerely, Henrik -- You rec

Re: [ANN] select-nrepl 0.1.0 Editor-independent Clojure text object support

2019-03-21 Thread Jason Felice
You're welcome! If you integrate this with your editor, let me know so I can link to it. On Wed, Mar 20, 2019 at 7:30 PM Andrea Richiardi wrote: > Wow this is awesome! Thank you! > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to t

Re: find first match in a sequence

2019-03-21 Thread Nathan Booth
I'm glad you pointed this out! On stackoverflow everyone was assuming filter was completely lazy in all cases On Sunday, May 19, 2013 at 4:54:53 PM UTC+2, Jim foo.bar wrote: > > ha! you cheated with iterate... > > try this which is closer to the example... > > (first (filter odd? (map #(do (prin