Re: giws a window for people using c/c++ into clojure ..

2010-09-08 Thread Sunil S Nandihalli
just as a followup .. this is the solution I got from hoek when I reposted it on the irc (defn emit-giws-xml [c] (let [package (.getPackage c) methods (map #(hash-map :name (.getName %) :returnType (str (.getName (.getReturnType %)))

giws a window for people using c/c++ into clojure ..

2010-09-07 Thread Sunil S Nandihalli
Hello everybody, I recently came across giws http://www.scilab.org/products/other/giws a tool to call java code from c/c++ all it really needs to generate all the jni-wrappers is a simple xml file which indicates the class name and the member functions .. some thing as simple as ...