On Mon, Jun 21, 2010 at 12:32 AM, Nicolas Oury <nicolas.o...@gmail.com> wrote:
> That's not true. primitive loop is one of the key of the java-like
> performance of clojure, once there are a few annotations.

Right, the key words here are "once there are a few annotations".
Those who aren't making those annotations will see the same
performance they saw before.  Those who have been making annotations
will simply use loop', which would trigger the primitive bindings and
give the java-like performance with much less annotation than before.

-- 
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

Reply via email to