On 24 Mar 2010, at 07:40, mac wrote:
If you just want to use LLVM from Clojure however, you can use my C FFI clj-native with the C interface for LLVM. I actually made it because I wanted to play around with LLVM but I never got around to actually doing that again once I had a working version of clj-native. It would be very interesting to see if clj-native is suitable for the task.
Just wondering: what are the performance implications of interfacing to C via clj-native? Are all data items necessarily copied when crossing the interface? I think that's what happens with JNI though I am not sure. For big data items, that would be a disaster.
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 To unsubscribe from this group, send email to clojure+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.