On Thu, Dec 15, 2011 at 6:19 PM, Cedric Greevey <[email protected]> wrote:

> I don't see any logical reason why a function taking only
> non-primitive arguments cannot have a primitive return value.
>

You need a JVM method signature for every n number of object arguments +
the supported primitive return type. So more interfaces would have to be
defined for the object args only case. Personally I don't see the advantage
given the use case here is high performance helper fns.

David

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

Reply via email to