On 15 nov. 2011, at 18:21, Marshall T. Vandegrift wrote:

> Integrating the JVM with C via JNA [1] is pretty straightforward.  I've
> been doing all my JNA glue in Java so far because JNA depends on a few
> features which aren't available / convenient use in Clojure [2], but a
> decent Clojure wrapper API probably wouldn't be too difficult.

It's not too hard for the programmer, but

1) it is often impossible to avoid copying data and

2) deployment for the user becomes much more difficult than pure JVM or pure 
native code.

Konrad.

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