On Thu, May 16, 2013 at 4:30 PM, David Nolen <[email protected]> wrote:
> .nth is a method call, nth is a function call. Another perf thing. > > In anycase if you're looking for examples of everyday Clojure it's best to > look elsewhere :) fast Clojure tends to look a bit quirky and relies on > details of the current state of the compiler. > And by "fast" I mean code that for some reason or another needs to reach the best performance offered by the host. These sorts of tricks are not necessary to write reasonably efficient everyday code IMO. -- -- 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.
