Re: Why is the start function called -main

2017-09-07 Thread Cecil Westerhof
2017-09-07 7:09 GMT+02:00 Didier : > Clojure is always launched from Java, there's no way to bootstrap straight > into Clojure from the JVM. So when you launch the JVM, it always starts in > a Java main method. What Clojure does normally, is that it creates the Java > main method for you, and have

Re: Using memory with futures

2017-09-07 Thread Andy Fingerhut
You can probably also avoid the 60- to 80-second wait if you call (shutdown-agents) at the end of your program. https://clojuredocs.org/clojure.core/future Andy On Thu, Sep 7, 2017 at 2:27 AM, Max Muranov wrote: > it takes about a minute for the pool to decide to shutdown the threads. >> > >

Re: [ANN] Insn: Functional JVM bytecode generation for Clojure.

2017-09-07 Thread jgpc42
Thank you for your reply. Very insightful. Are you building it for a particular purpose like a compiler, or as a > curiosity? > I built it for a number of yet-unreleased projects I'm working on. One of which is a compiler of sorts. I will get around to open-sourcing them eventually. The CLR i

[ANN] Clojure 1.9.0-alpha20

2017-09-07 Thread Alex Miller
Clojure 1.9.0-alpha20 is now available. Try it via - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-alpha20 - Leiningen: [org.clojure/clojure "1.9.0-alpha20"] 1.9.0-alpha20 includes the following changes since 1.9.0-alpha19: - CLJ-1074 - (new) add new ## reader macro for sym

Re: Deserialization "gadget chain" in clojure

2017-09-07 Thread Daniel Compton
I saw that this issue was fixed in Clojure 1.9-alpha20. It's tracked in https://dev.clojure.org/jira/browse/CLJ-2204. If you immediately wrote it off as not affecting you because you never use clojure.inspector, it looks like it also affects APersistentMap which is used by everyone. You still need

Re: [ANN] Clojure 1.9.0-alpha20

2017-09-07 Thread Jeaye
All of our tests are passing with this, so it looks good to me. Thanks! On Thu, Sep 07, 2017 at 02:48:51PM -0700, Alex Miller wrote: > Clojure 1.9.0-alpha20 is now available. > > Try it via > > - Download: https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-alpha20 > - Leiningen: [org.cloj

RE: [ANN] Clojure 1.9.0-alpha20

2017-09-07 Thread Sean Corfield
Likewise. I expect we’ll put this in production early next week. Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN An Architect's View -- http://corfield.org/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood From: Jeaye Sent: Thursday, September 7, 2017 5:24 PM To:

Re: [ANN] Clojure 1.9.0-alpha20

2017-09-07 Thread Alex Miller
If anyone speeds performance issues, that would be good to know. Or performance gains! :) On Thursday, September 7, 2017 at 7:57:02 PM UTC-5, Sean Corfield wrote: > > Likewise. I expect we’ll put this in production early next week. > > > > Sean Corfield -- (970) FOR-SEAN -- (904) 302-SEAN >

Re: [ANN] Clojure 1.9.0-alpha20

2017-09-07 Thread Alex Miller
*sees*, not speeds (clearly I'm tired) -- 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 unsubscri

Re: [ANN] Clojure 1.9.0-alpha20

2017-09-07 Thread Didier
I like this one, lots of good stuff. Thanks to everyone who contributed. On Thursday, 7 September 2017 14:48:51 UTC-7, Alex Miller wrote: > > Clojure 1.9.0-alpha20 is now available. > > Try it via > > - Download: > https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0-alpha20 > - Leiningen: [o

Clojure core documentation

2017-09-07 Thread Erik Assum
Hi, I apologise if this is not the appropriate forum, but please bear with me. Having watched Bozhidars Clojutre presentation, https://www.youtube.com/watch?v=nrpsMB2gYI0&index=2&list=PLetHPRQvX4a9iZk-buMQfdxZm72UnP3C9