Clojure Conference Dates

2010-02-21 Thread markgunnels
Have dates and location for the Clojure conference been picked? -- 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 - please be patient with your

Re: clojure.contrib.sql - docallable method

2009-07-10 Thread markgunnels
Hi Stephen, That name sounds much better than mine and sorry for breaking process. The code was definitely a trivial modification of code you wrote. Thanks, Mark On Jul 10, 10:51 am, "Stephen C. Gilardi" wrote: > On Jul 10, 2009, at 9:22 AM, markgunnels wrote: > > > I w

clojure.contrib.sql - docallable method

2009-07-10 Thread markgunnels
Hello, I wanted to recommend the following method be added to clojure.contrib.sql (stolen directly from do-prepared). I have used it successfully with Oracle stored procedure calls. Please let me know if I'm not posting to the right place or in the right manner or any improvements that can be mad

Re: Clojure equivalent to Ruby's ERB

2009-06-14 Thread markgunnels
is an excellent introduction to the subject. On May 27, 6:02 pm, Stuart Sierra wrote: > On May 26, 10:47 pm,markgunnels wrote: > > > Hopefully this doesn't get me booed off the message board but is there > > a Clojure equivalent to Ruby's ERB? I'm try to use Clojure to pe

Re: Clojure equivalent to Ruby's ERB

2009-05-27 Thread markgunnels
es top level context. > > It's not documented, but if anyone is interested I can do some. > > cheers > > bd > > On Tue, 2009-05-26 at 19:47 -0700, markgunnels wrote: > > Hopefully this doesn't get me booed off the message board but is there > > a Cl

Clojure equivalent to Ruby's ERB

2009-05-27 Thread markgunnels
Hopefully this doesn't get me booed off the message board but is there a Clojure equivalent to Ruby's ERB? I'm try to use Clojure to perform code generation and, while it makes for an excellent language to write a parser in, I can't quite figure out the best way to actually template out the code.