On 20 Dec 2010, at 21:28, Timothy Baldridge wrote:

Have fun with that. For C it would be easy-ish to create a pinvoke
like system. But for C++.....yeaaaahhh.....the way C++ is linked is
just wrong. Sometimes linkers can't even link between two different

C would be fine. I wouldn't mind writing a C wrapper for the occasional C++ library. Same for Fortran: interfacing at the C level is fine, there are tools already that take care of the Fortran specificities.

The important point for me is the ability to access large (even huge) arrays from the JVM and the C side without any copying, transforming, or whatever. Plus a portable way to call C routines.

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