On Mar 23, 1:04 pm, Robert Lally <[email protected]> wrote: > On 23 March 2010 12:31, Meikel Brandmeyer <[email protected]> wrote: > > > Hi, > > > one difference which shows up everywhere, is the method and > > constructor notation. While in the book the old is used - (. obj > > (method args ...)) - one should stick to the new one - (.method obj > > args ...). Similar for Contructors. (note trailing dot) and Static/ > > methodCalls. > > -- > > Is there a technical reason that one should prefer the (.method object) > syntax over the (. object method) variant or is it purely a style that the > community has converged on?
The latter as it more closely resembles the arrangement of function calls. -- 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 To unsubscribe from this group, send email to clojure+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
