Hacker News new | ask | show | jobs
by dgrnbrg 3605 days 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.
1 comments

That'd required the person doing the using to know Clojure, right?
Indeed that would.