The operations will happen synchronously. Clojure will not add threading to your code without you asking it to, but when you want to add threading there are lots of great tools built-in to make it Easy On You (TM).
Paul On Fri, Apr 3, 2009 at 9:36 AM, BerlinBrown <berlin.br...@gmail.com> wrote: > > Someone correct me if I go wrong here. But, from my understanding, > every defined function in Clojure is an implementation of a thread? > > What is the goal in implementing in this fashion? For example, if I > am writing in imperative style: > > (println "First line") > (println "Second line") > (println "Third line") > > ... > > The operations have to occur synchronously. What does adding Java > threading add to the mix? > > > --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---