A little progress update. I havent had much time to work on this since my initial effort. But this weekend I have gotten structures to work. The reason that special support for structures is needed is to support C api's that pass them by value. Most of the effort to make this work went into how I handle types. I want the type definitions in the clojure DSL to look sort of like C so that it's easy to copy a C header file and get it right. Since I had to support user specified types to support structures, as an added safety bonus the callbacks are now typed as well. Usage examples are here: http://github.com/bagucode/clj-native/tree/master/src/examples/
enjoy! /Markus -- 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
