Re: [ANN] a HugSQL adapter for postgres.async

2015-11-04 Thread chepprey
Is there anything that compares/contrasts HugSQL and YesQL? On Sunday, October 25, 2015 at 9:36:40 PM UTC-4, Robin Heggelund Hansen wrote: > > You can now have async communication with your postgres database and > HugSQL over plain core.async channels. > > https://github.com/Skinney/hugsql-async

noob q: infinite loop recur

2010-08-10 Thread chepprey
Dipping my toes for the first time in Clojure. Having some beginner troubles. THIS code works (on the repl, if that matters... also, Clojure 1.2): (defn show [words] (let [word (first words)] (do (println word) (if (nil? wor

Re: noob q: infinite loop recur

2010-08-10 Thread chepprey
To all - THANKS (especially David Sletten) for the excellent responses! Very helpful. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - plea

is there a 4Clojure forum anywhere?

2011-08-26 Thread chepprey
I've just started going through the problems on http://4clojure.com . Very fun. Does anyone know if there's a discussion forum dedicated to that site? I've searched but nothing jumps out. I'm looking for a hint on how to solve the "Nth Element" problem (without cheating and using the nth functi

Re: is there a 4Clojure forum anywhere?

2011-08-29 Thread chepprey
@Bob -- recovery group, stop now, -- hehehe. It certainly is a great website for when I get bored with the daily grind of enterprise- Java coding. I guess I was lucky to get stuck on one problem. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To

Re: is there a 4Clojure forum anywhere?

2011-08-31 Thread chepprey
uld like to have any sort of administrative control over the group, I'm delighted to hand any / all control over to you. I've never set up a GG before, I have no idea how much responsibility there is in owning one. @finbeu - be sure to post your "Compress a sequence" question!