For me the most practical benefit of Clojure is how easy it makes combining, transforming, and processing data from various sources. Just as SQL is better for querying a relational database than writing a load of imperative for-loops; Clojure's functional transformations of immutable data are far more productive, concise, and reusable than writing the equivalent imperative code in your application.
On Thu, Aug 21, 2014 at 11:06 AM, Cecil Westerhof <[email protected]> wrote: > I am far from an expert on Clojure, but I am thinking about giving a talk > about it on an Open Source event. > > Any tips about what to treat and what not to treat? > > I will have about 45 minutes. > > -- > Cecil Westerhof > > -- > 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.
