Skip to content

Instantly share code, notes, and snippets.

@saivenkat
Created February 19, 2010 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saivenkat/308643 to your computer and use it in GitHub Desktop.
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