9 ms·
Creator here. You could use this from Java using the Clojure API for Java; however, many of the extension hooks use Clojure protocols. I would recommend writing
by dgrnbrg 10y ago
Creator here. You could use this from Java using the Clojure API for Java; however, many of the extension hooks use Clojure protocols. I would recommend writing a shim to Java for your particular application, so that your data types are represented in the way you want.
- sievebrain 10y agoThat'd required the person doing the using to know Clojure, right?
- dgrnbrg 10y agoIndeed that would.