The best chance I have of getting Clojure into my company is to introduce it via small helper APIs that can be called by regular
Java code. For example, I imagine tree/node manipulation would be much simpler to code in Clojure. But it would only be useful if POJ (plain ol' Java) could interact with it to perform CRUD.
Is there a good document that shows how to:
1) Write Clojure code that can be accessed by POJ?
2) Access that code via POJ?
In other words, is there a "Hello World" for Clojure/Java interop.
Thanks!
Sean