> I'm really sorry but I don't follow...I'm only doing (:value best) or
> (:value next). best or next return a Move-Value (it has :move and :value
> keys) where the :value key could be Integer/MIN_VALUE - I'm not doing
> (:value Integer/MIN_VALUE) anywhere...

Then you want to write:
(defn best
([]   {:value Integer/MIN_VALUE})

because the second branch will be called with the result of the first
branch as a first argument.

-- 
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 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to