As far as I know, Clojure doesn't talk straight JNI.  In other words, there 
isn't a Clojure equivalent to the "native" keyword in Java.  (If I'm 
mistaken about that, someone please speak up.)

Nonetheless, Clojure *can* use native libraries.  Your Clojure code can 
interact with a Java wrapper that loads a native library and declares native 
methods.  There's also JNA; if you Google for Clojure and JNA, you'll find 
examples/instructions.

Bill Smith

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