Thanks, exactly what I want :)

Le 25 août 2013 à 13:40, László Török <ltoro...@gmail.com> a écrit :

> Hi,
> 
> (constantly 5)
> 
> will return a function that takes any number of args and always returns 5.
> 
> See http://clojuredocs.org/clojure_core/clojure.core/constantly.
> 
> Las
> 
> 
> 2013/8/25 Christian Sperandio <christian.speran...@gmail.com>
> Hi,
> 
> Is there a function builds a function that returns always the same value?
> 
> In coder words, this sort of function:
> (defn always
>   [v]
>   (fn [& _] v))
> 
> If this function exists already, I prefer use it rather than reinvent the 
> wheel :)
> 
> Christian
> 
> 
> -- 
> -- 
> 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.
> 
> 
> 
> -- 
> László Török
> 
> -- 
> -- 
> 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.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to