(comp last sort) Erik. -- i farta
> Den 13. aug. 2015 kl. 10.08 skrev Eric Le Goff <[email protected]>: > > I would be curious to know if there are difference (in terms of performance / > elegance ) between those 2 ways of expressing functions > > E.g > > (fn [& x] (-> x sort last)) > > versus > > #(last (sort %&)) > > Both are supposedly equivalent, but would you recommend one preferred syntax > , or this just a matter of personal style ? > > Thanks > -- > Eric Le Goff > http://fr.linkedin.com/in/elegoff > @elegoff > > -- > 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/d/optout. -- 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/d/optout.
