Hacker News new | ask | show | jobs
by adamretter 3605 days ago
Is it possible to use this from Java directly, or does the Clojure API make this difficult?
1 comments

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.
That'd required the person doing the using to know Clojure, right?
Indeed that would.