I’m looking for a guide for polyglot programming in this two languages.
I know that interop between them is possible, since they are both running on the same Java VM, and both got compiled to the same bytecode.
But there is some cumbersomes:
(
Yeah, yeah, I know I can just plug in jar from one language to project in other lang.)
- Is there some libraries that could save me from writing boilerplate
interop code? - and so on
So the question is How to setup polyglot development in Scala and Clojure?
I’ve not used it, but Leiningen does have scalac support.