InfoQ Homepage Presentations The Good, The Bad & The Ugly (Clojure & JRuby)
The Good, The Bad & The Ugly (Clojure & JRuby)
Summary
Allen Rohner discusses the benefits and the problems of mixing Clojure and JRuby running them in the same process, making some recommendations at the end.
Bio
Allen Rohner has used Clojure since 2008 (before there were official releases). He is author of Scriptjure, a Clojure to JavaScript compiler released two years before ClojureScript was released, and a committer to Clojure core, contrib, ring, compojure, congomongo, leiningen, and more. He is founder of two startups using Clojure in production, reasonr.com and circleci.com.
About the conference
Clojure/West is a new conference bringing the Clojure community together to discuss techniques, tools, and the state of the Clojure ecosystem March 16-17th for three tracks of sessions. Prior to the conference, register for three days of training by the Clojure experts.
Community comments
Failed to explain why you need to combine JRuby and Clojure...
by Colbert Philippe,
Failed to explain why you need to combine JRuby and Clojure...
by Colbert Philippe,
Your message is awaiting moderation. Thank you for participating in the discussion.
JRuby and Clojure are both complete languages. You didn't explain why you need to combine both in your application. Further more, given the high complexity of your project with all the platform combinations, wouldn't be just better to use Java? I seems to me like you didn't do a cost / complexity analysis. Java s a bit old, a bit behind the curve....but it works and we all know how it works.