Re: Partial question

2016-02-25 Thread eliassonaand via Clojure
Hi, is this want you want? https://github.com/eliassona/apartial Regards Anders Den tisdag 23 februari 2016 kl. 19:14:33 UTC+1 skrev Fernando Abrao: > > Hello all, > > I´m trying to do something like: > > (defn log [type message & {:keys [id idVe] :or {id "LOCAL" idVe "END"}}] > (println (s

Re: Add support for seq on Java streams?

2016-02-25 Thread 676c7473
Very interesting. This covers a grab bag of exactly the stuff that’s been bothering me. Thanks, Andrew. -- David Am Donnerstag, 25. Februar 2016 00:53:15 UTC+1 schrieb Andrew Oberstar: > > If you want to use reduce or transducers on a stream, you could take a > look at ike.cljj (shameless plug)

Re: [ANN] Doubling down on Onyx

2016-02-25 Thread Daniel Kersten
Congratulations! Fantastic news. I think thats my cue to finally go ahead and learn to use Onyx :) On Thu, 25 Feb 2016 at 00:07 Colin Fleming wrote: > Hi Michael, > > Congratulations! That's fantastic - I'm really happy to see more people > being able to work full time on tools :) > > Cheers, >

Re: [ANN] Gorilla REPL v0.3.6

2016-02-25 Thread Tord Romstad
Hi Jony, I'm happy to see that Gorilla REPL is still in development. It's an awesome tool. Thanks! T On Wednesday, February 24, 2016 at 7:38:33 PM UTC+1, Jony Hudson wrote: > > Hi All, > > I'm happy to point you to a new Gorilla REPL release. I can't take any > credit for this, as all of th

Re: ExceptionInInitialization error

2016-02-25 Thread Gary Verhaegen
The lein deps :tree message (on stderr, which may be why it was not included in your mail?) said: Possibly confusing dependencies found: [cheshire "5.3.1"] overrides [riemann "0.2.10"] -> [clj-http "1.1.2" :exclusions [org.clojure/tools.reader]] -> [chesh ire "5.4.0" :exclusions [org.clojure/clo

Re: [ANN] Doubling down on Onyx

2016-02-25 Thread Ambrose Bonnaire-Sergeant
Congrats! On Thu, Feb 25, 2016 at 5:07 AM, Daniel Kersten wrote: > Congratulations! Fantastic news. I think thats my cue to finally go ahead > and learn to use Onyx :) > > On Thu, 25 Feb 2016 at 00:07 Colin Fleming > wrote: > >> Hi Michael, >> >> Congratulations! That's fantastic - I'm really h

[ANN] clojurework.com

2016-02-25 Thread Daniel Higginbotham
Hi everyone, I've released http://clojurework.com/ in beta :) My goal for the site is to build a quality community resource for those looking to write Clojure for Real Projects, whether paid or open source. It features jobs/contracting work/gigs and beginner-friendly open source projects. Job

Re: Clojure as first language

2016-02-25 Thread blake watson
In a lot of ways, Clojure is a good first language: Except for project.clj files (which you don't absolutely need right off the bat), it's not too hard for a novice to look at a simple Clojure program and not see 40 things he doesn't understand. (I don't know if it's still like this, but the initia

Re: [ANN] clojurework.com

2016-02-25 Thread Gregg Reynolds
On Feb 25, 2016 11:47 AM, "Daniel Higginbotham" wrote: > > Hi everyone, > > I've released http://clojurework.com/ in beta :) My goal for the site is to build a quality community resource for those looking to write Clojure for Real Projects, whether paid or open source. It features jobs/contracting

Re: [ANN] clojurework.com

2016-02-25 Thread Johann Bestowrous
another awesome contribution to the clojure community! thanks daniel! On Thursday, February 25, 2016 at 9:47:09 AM UTC-8, Daniel Higginbotham wrote: > > Hi everyone, > > I've released http://clojurework.com/ in beta :) My goal for the site is > to build a quality community resource for those loo

Re: Relational mapping - turning an sql query result into array of hashes (with joins)

2016-02-25 Thread Krzysiek Herod
As I promised, I created an open source library for this stuff: https://github.com/netizer/relational_mapper More info here: https://groups.google.com/forum/#!searchin/clojure/krzysiek/clojure/g6Yxk-o6_rQ/uo9IVN20CAAJ Enjoy :-) Krzysiek Heród On Tuesday, May 26, 2015 at 4:43:18 AM UTC+8, Krzysi

[ANN] As I was missing this kind of library in clojure I created relational_mapper for dealing with querying relational databases

2016-02-25 Thread Krzysiek Herod
I created Relational Mapper, for situations where there is a relational database with certain amount of relations between tables and it's just not cool to fetch data from each table separately nor to write custom code for each such project so, with this library, you can just call: (find_all db