Hi,

On Feb 22, 2:30 am, trptcolin <[email protected]> wrote:

> I do have a feeling I'm missing something really obvious that would
> make my example simpler, so if anybody has any tips I'd be much
> obliged!

Using OP's code:

(let [numbers (take 1000 (fibs))]
  (println (a-mean numbers) ">=" (g-mean numbers) ">=" (h-mean
numbers))
  (>= (a-mean numbers) (g-mean numbers) (h-mean numbers)))

Limiting the input correctly is most of the times easier. However you
might need the sequence of results. Then you have to come up with
something like you did.

Sincerely
Meikel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to