/ Published in: Ruby
To be used with @headius's http://github.com/headius/cloby/. Follow the build instructions and place clojure.jar and ClojureLibrary.jar in classpath. For more info check out blog post
Expand |
Embed | Plain Text
require "java" require "ClojureLibrary.jar" require "clojure-1.0.0.jar" include_class "org.jruby.clojure.ClojureLibrary" clj_lib = ClojureLibrary.new clj_lib.load(JRuby.runtime, true)
You need to login to post a comment.
