Would it be feasible to efficiently make them first class? Surely this isn't a new question, as many would desire to write
(mapv .toString (range 10)) rather than (mapv #(.toString %) (range 10)). Couldn't find info on that topic... *(just an example, I know there's str) On Monday, September 3, 2012 3:37:05 PM UTC+2, Ambrose Bonnaire-Sergeant wrote: > An obvious downside is that method calls are not first-class, and function > calls are. > > Thanks, > Ambrose > -- 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