On Aug 12, 2009, at 10:34 PM, Richard Newman wrote:
> This is the difference between 'conventional' and point-free style, by > the way. Many people view point-free as being somehow more elegant, > and I'm generally inclined to agree... apart from in cases like your > example, where a ton of partials need to be added. I seem to prefer writing point-free and reading conventional. :) Haskell seems to have brainwashed me that point-free style reduces bugs. I say brainwashed because I can't remember the reasoning to back up the idea, other than to mumble something about less code being good. I suspect type checking plays a big role, correspondingly minimizing the utility when imported here and compared to the other styles. In this case I would say I prefer Meikel's solutions most of all. Still, I wouldn't avoid comp and partial; they have some good applications (no pun intended). — Daniel Lyons --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---