On Dec 14, 2:01 pm, Mike Perham <mper...@gmail.com> wrote: > Hi, I'm just learning Clojure but I thought I would do a little > experiment to see where Clojure sits performance-wise compared to a > number of other languages on the old Fibonacci sequence. I think it > handles itself quite well.
Interesting, but because your tests use a very inefficient algorithm, this is more a test of recursion than general performance. I find it quite intriguing that Java came out on top of GCC; I guess that must be Hotspot performing some optimizations. - James --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---