Skip to content

Instantly share code, notes, and snippets.

@saivenkat
Created February 19, 2010 11:30
Show Gist options
  • Select an option

  • Save saivenkat/308643 to your computer and use it in GitHub Desktop.

Select an option

Save saivenkat/308643 to your computer and use it in GitHub Desktop.
Using Clojure STM in Ruby using cloby
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment