|
|
|
|
|
by jb1991
2940 days ago
|
|
I think most Clojure developers will tell you that it is wise at first to just use Java libraries directly, if you can. Look at wrapper libraries to see how the author approached the Java interop, then do it yourself. You are more likely to attain something that is maintainable, flexible and appropriate for your individual style and needs than using what someone else built for the purpose of interop for their needs. |
|
I think I'll start with a hobby-project and see how well it goes.