Konrad Hinsen <googlegro...@khinsen.fastmail.net> writes:

> That may be a minority, but an implementation based on Common Lisp
> could also open the way to an integration with the world of C, via a
> Common Lisp implementation with a decent C interface.

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.

[1] https://github.com/twall/jna

[2] Structures involve definition of concrete types inheriting from
    other concrete types; "direct method mapping" requires tagging
    methods as `native' and providing a class-level static initializer.

-Marshall

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