On Wednesday, February 27, 2013 2:46:25 PM UTC-8, Ben Mabey wrote:
>
>  On 2/27/13 9:59 AM, Isaac Gouy wrote:
>
> (defn blank? [s] (every? #(Character/isWhitespace %) s))
>>  
>>  Have you ever wondered about its performance? 
>>  
>
> No. Why would I wonder about the performance of a one line code snippet 
> that was written without concern for performance?
>  
>
> Because that one line of code is representative of the majority of clojure 
> functions (i.e. idiomatic clojure using core functions against seqs).
>


Is that one line of code representative of the majority of Closure 
programs? 

Perhaps function composition has implications for program performance.

-- 
-- 
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
--- 
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to