Are there any good examples of open source JRuby + Clojure integration?

Are there any open source projects that use both JRuby and Clojure and somehow integrate the two parts?

+3
source share
3 answers

I have never used these projects, but they should give you a starting point:

https://github.com/stilkov/jruby-rails-clojure

https://github.com/technomancy/clojure-gem

+4
source

The AltLaw project (2007-2010) used JRuby and Clojure.

0
source

I added Clojure REPL to Redcar Editor . It was a pretty painless process and worked the way you expected. Source code is available on GitHub.

0
source

Source: https://habr.com/ru/post/1792700/


All Articles