Thank you Dave. Very much appreciated.
Cheers,
Achint
--
--
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
firs
It's to do with the chunking of sequences. they are taken in blocks of 32.
So minimum of 32 will be executed.
(first (remove nil? (map foo (vec (range 1 1000)
Exeuting for... 1
Exeuting for... 2
Exeuting for... 3
Exeuting for... 4
Exeuting for... 5
Exeuting for... 6
Exeuting for... 7
Exeuting