awesome! I wasn't thinking at all about that, I just remember something returned lazyseq and I just had to make sure, but was too lazy to think about it :)
Much appreciated! Thanks! On Mon, Feb 18, 2013 at 8:36 PM, Marko Topolnik <[email protected]>wrote: > A side note: dorun makes no sense around doseq since doseq returns nil and > dorun operates on a lazy seq. > > > On Monday, February 18, 2013 8:16:16 PM UTC+1, AtKaaZ wrote: >> >> => (time (dorun (doseq [x (take 10000000 (range))] >> (java.awt.Color. 0 0 *(int a)* 0)))) >> "Elapsed time: 7352.883635 msecs" >> > -- > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Please correct me if I'm wrong or incomplete, even if you think I'll subconsciously hate it. -- -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
