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
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
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
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..
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