[ANN] Clojure JSR 223 Implementation

2012-05-23 Thread eduardoejp
Since the only other alternatives (http://code.google.com/p/clojure-jsr223/ 
and https://github.com/pmf/clojure-jsr223) seem pretty much dead, I decided 
to write my own (in Clojure).

You can get the jar downloading it from Clojars with lein dep and then just 
drop it in the desired class-path to have Clojure support.

Here's the link: http://clojars.org/clj-jsr223

-- 
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

Re: [ANN] Clojure JSR 223 Implementation

2012-05-23 Thread Kevin Downey
you might want to use something like
https://github.com/flatland/classlojure or
https://github.com/hiredman/polycosm to provide an isolated clojure
runtime per instance of ClojureScriptEngine.

single segment namespaces are bad because the generate classes end up
in the default package.

checking jars in to git is bad form, github provides a downloads
feature if you want to host a downloadable jar there.

On Wed, May 23, 2012 at 4:56 PM, eduardoejp eduardo...@gmail.com wrote:
 Since the only other alternatives (http://code.google.com/p/clojure-jsr223/
 and https://github.com/pmf/clojure-jsr223) seem pretty much dead, I decided
 to write my own (in Clojure).

 You can get the jar downloading it from Clojars with lein dep and then just
 drop it in the desired class-path to have Clojure support.

 Here's the link: http://clojars.org/clj-jsr223

 --
 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



-- 
And what is good, Phaedrus,
And what is not good—
Need we ask anyone to tell us these things?

-- 
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


Re: [ANN] Clojure JSR 223 Implementation

2012-05-23 Thread eduardoejp
Thanks for the advice. I'll check into those.

-- 
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