Hello,

We've been using Clojure and JRuby on a project at work.  For that
project we've got libraries we implemented in clojure and an
application in JRuby - so that we can call the clojure libraries from
the JRuby code I wrote a library, JRClj, to make api easier to deal
with.  The project is installable via jgem, and is on github here:

 http://github.com/kyleburton/jrclj

The JRuby code then looks like this:

  clj = JRClj.new "clojure.contrib.str-utils"
  puts clj.str_join ":", [1,2,3]
  # prints '1:2:3'

I know cross JVM language invocation has come up on the list before so
I thought the list would be interested in the library.

Best Regards,

Kyle Burton

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to