[ANN] Another one implementation of JSR 223 (Java Scripting API) for Clojure

2018-02-27 Thread Oleg Vershinin
Here is a link: https://github.com/overshinin/clojure-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

Clojure in Scripting Engine JSR-223

2016-05-10 Thread Olek
Is Clojure compilant with scripting engine API (JSR-223)? Last notes are from 2009. Thanks in advance, Olek -- 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 post

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 un

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 j

[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

Re: JSR 223

2009-07-31 Thread pmf
On Aug 1, 2:36 am, Niels Mayer wrote: > PS: I've always seen xwiki as the "emacs of webapps" (and wikis)... > So I'm looking forward to having a real emacsish type language -- clojure > -- > to extend it via a more appropriate language for scripting. I'm

Re: JSR 223

2009-07-31 Thread Niels Mayer
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise20M2On Fri, Jul 31, 2009 at 9:04 AM, Mike wrote: > > Are there plans for Clojure to work in JSR-223 (Java Scripting > Framework)? I see a lot of languages up there already. In fact, the > only major JVM languages

Re: JSR 223

2009-07-31 Thread Stuart Sierra
Someone's working on it: http://github.com/pmf/clojure-jsr223/tree/master -SS On Jul 31, 12:04 pm, Mike wrote: > Sorry if this is a FAQ; couldn't find it on the main site nor in the > group. > > Are there plans for Clojure to work in JSR-223 (Java Scripting > Fr

JSR 223

2009-07-31 Thread Mike
Sorry if this is a FAQ; couldn't find it on the main site nor in the group. Are there plans for Clojure to work in JSR-223 (Java Scripting Framework)? I see a lot of languages up there already. In fact, the only major JVM languages missing are Scala and Clojure. Thanks for any info...