On Dec 20, 2010, at 15:23, Konrad Hinsen wrote: > On 20 Dec 2010, at 18:19, Ken Wesson wrote: > >> Is it really necessary, though? Hotspot's JIT yields up >> native-ballpark speeds when you really need them, if you optimize your >> code appropriately. > > For me, a native-code implementation of Clojure would be of interest for > interfacing with libraries written in C, C++, and Fortran. The same goal > could probably be achieved otherwise (compiling Java bytecode to native code, > or simply a JVM with a better native interface than JNI), but at the moment I > see no satisfying solution.
Have you looked at JNA? <https://jna.dev.java.net/> Michael Glaesemann grzm seespotcode net -- 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
