RE: 1.8 vs 1.9 performance

2017-12-24 Thread Sean Corfield
We’ve been running 1.9 prerelease builds in production from the first alpha. We did not notice any performance changes from 1.8. We’ve run prerelease builds of Clojure in production since the 1.3 days. It’s always been stable enough to do that. Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN

Re: Call custom Clojure function with dependencies from Java

2017-12-24 Thread Gary Verhaegen
schema.utils.NamedError does not look like a loading error; is there any chance that could be an error thrown by the library? Are you positive "some string" is a valid argument to validate-statement-data? A cursory look at the README of xapi-schema seems to indicate that function will throw an

Re: Call custom Clojure function with dependencies from Java

2017-12-24 Thread Justin Smith
If you require a namespace that requires another namespace, this will all be resolved and loaded automatically as long as all the namespace files can be found on the classpath. I suspect that what you showed here is not the full error output, it seems to be missing the information we would need to

Call custom Clojure function with dependencies from Java

2017-12-24 Thread Pablo J. Villacorta
Hi all, I am totally new to Clojure. From Java I am trying to call a Clojure function which belongs to a wider project and has dependencies. I have compiled the Clojure project to an uber jar running lein uberjar, the imported the jar into my Java project, and then did IFn require = Clojure.va

Re: 1.8 vs 1.9 performance

2017-12-24 Thread Erik Assum
I’ve upgraded several apps to 1.9 in production. The transition has been super smooth, although some libs, amongst them core.async, have needed upgrades. I have not seen any performance degradation, but then I haven’t been checking for that. Erik. -- i farta > 24. des. 2017 kl. 15:58 skrev

1.8 vs 1.9 performance

2017-12-24 Thread Jiacai Liu
Clojure 1.9 has been out for a while, are there any companies updating to Clojure 1.9 ? How is the performance compared to 1.8 ? Is the migration smooth? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@go