Re: clojure.contrib.*

2009-06-19 Thread cburroughs
If by "the book" you mean Programming Clojure by Stuart Halloway you may want this: http://www.pragprog.com/titles/shcloj/source_code --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this

Re: Any interest in a Nova Clug?

2009-12-17 Thread cburroughs
Interested? Yes. But it is improbable that I could attend anything regularly that was not metro accessible. -- 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

Re: Clojure Conference Poll

2010-01-25 Thread cburroughs
I agree that at least part (well I guess that would be half) of the conference should be on a weekend to permit attendance for those with work conflicts. A suggestion that I recall seeing a while ago was to dovetail ICFP 2010 . That would be late September in the

Re: Full Disclojure - I Need Topics!

2010-01-25 Thread cburroughs
On Jan 25, 2:11 am, mac wrote: > On 25 Jan, 06:50, Mark Engelberg wrote: > > > Debugging techniques, including: > > * How to make sense of Clojure's stack traces. > > * How to use Java debugging and profiling tools with Clojure. > > +1 for this. I haven't had the energy to try any debugging or >

Re: idiom question: infinite sequence as data source for many threads?

2010-01-29 Thread cburroughs
java.util.concurrent.LinkedBlockingQueue Check out the put() method. That what I used for a program similar to the original poster when I needed control over the number of threads. On Jan 28, 7:15 pm, Paul Mooser wrote: > This is something I run into with executors in Java periodically - I > h

Re: Slides for short (45 minutes) presentation of clojure for java devs

2010-04-23 Thread cburroughs
What I did when I needed to give a shorter talk was to base it on some of the well known presentations and just cut out a lot. I don't think Stuart's intro or Rich's "for Java people" talk assumes people are already enthusiastic about functional programming. [1] http://github.com/stuarthalloway/cl