Re: Compile ClojureScript in Java application

2016-04-26 Thread Francis Avila
On Tuesday, April 26, 2016 at 4:38:02 PM UTC-5, Martin Grześlowski wrote: > > I'm trying to compile String that contains Clojure Script code in > Java/Groovy. > > I'm not really happy with using *"java -jar ...".execute()*. > > > Is there any way to invoke clojurescript library (version 1.8.51) t

Compile ClojureScript in Java application

2016-04-26 Thread Martin Grześlowski
I'm trying to compile String that contains Clojure Script code in Java/Groovy. I'm not really happy with using *"java -jar ...".execute()*. Is there any way to invoke clojurescript library (version 1.8.51) to compile code? -- You received this message because you are subscribed to the Go