Re: Attractive examples of function-generating functions

2012-08-08 Thread Jim Weirich
y [pt] (pt (fn [x y] y))) (def pt (make-point 1 2)) (println [(point-x pt) (point-y pt)]) -- -- Jim Weirich -- jim.weir...@gmail.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@go

Re: Clojure Koans?

2009-12-02 Thread Jim Weirich
or the moment. If anyone wants to run with the idea, feel free. -- -- Jim Weirich -- jim.weir...@gmail.com -- 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 fro

Re: Is knowing Java a prerequisite for using Clojure?

2009-09-17 Thread Jim Weirich
in Java'. I would also recommend this book. I choose this book for a Java course I was teaching because it was one of the few books at that time that wasn't stuffed with "Blatant Java Propaganda(tm)", but took an honest look at the positives and negativ

Re: Clojure Workshop in London next Monday

2009-07-21 Thread Jim Weirich
On Jul 14, 2009, at 8:56 PM, Alex Scordellis wrote: > Next Monday evening we're hosting a Clojure Workshop at the > ThoughtWorks offices in central London. Rats! I noticed this too late to make the event. Too bad, it looked like fun. -- -- Jim Weirich -- jim.weir..

Re: Silly question from Programming Clojure

2009-06-05 Thread Jim Weirich
ll programming concepts/models, aka > functional, imperative, object oriented, data flow, ... : see > http://www.info.ucl.ac.be/~pvr/book.htm ) I've not seen this one and the link seems to be broken. Try this: http://www.info.ucl.ac.be/~pvr/book.html -- -- Ji